Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateEnaSrdSpecification.Builder
-
Packages that use LaunchTemplateEnaSrdSpecification.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateEnaSrdSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateEnaSrdSpecification.Builder Modifier and Type Method Description static LaunchTemplateEnaSrdSpecification.BuilderLaunchTemplateEnaSrdSpecification. builder()LaunchTemplateEnaSrdSpecification.BuilderLaunchTemplateEnaSrdSpecification.Builder. enaSrdEnabled(Boolean enaSrdEnabled)Indicates whether ENA Express is enabled for the network interface.default LaunchTemplateEnaSrdSpecification.BuilderLaunchTemplateEnaSrdSpecification.Builder. enaSrdUdpSpecification(Consumer<LaunchTemplateEnaSrdUdpSpecification.Builder> enaSrdUdpSpecification)Configures ENA Express for UDP network traffic.LaunchTemplateEnaSrdSpecification.BuilderLaunchTemplateEnaSrdSpecification.Builder. enaSrdUdpSpecification(LaunchTemplateEnaSrdUdpSpecification enaSrdUdpSpecification)Configures ENA Express for UDP network traffic.LaunchTemplateEnaSrdSpecification.BuilderLaunchTemplateEnaSrdSpecification. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateEnaSrdSpecification.Builder Modifier and Type Method Description static Class<? extends LaunchTemplateEnaSrdSpecification.Builder>LaunchTemplateEnaSrdSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateEnaSrdSpecification.Builder Modifier and Type Method Description default LaunchTemplateInstanceNetworkInterfaceSpecification.BuilderLaunchTemplateInstanceNetworkInterfaceSpecification.Builder. enaSrdSpecification(Consumer<LaunchTemplateEnaSrdSpecification.Builder> enaSrdSpecification)Contains the ENA Express settings for instances launched from your launch template.
-