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