Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateEnaSrdUdpSpecification.Builder
-
Packages that use LaunchTemplateEnaSrdUdpSpecification.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LaunchTemplateEnaSrdUdpSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateEnaSrdUdpSpecification.Builder Modifier and Type Method Description static LaunchTemplateEnaSrdUdpSpecification.BuilderLaunchTemplateEnaSrdUdpSpecification. builder()LaunchTemplateEnaSrdUdpSpecification.BuilderLaunchTemplateEnaSrdUdpSpecification.Builder. enaSrdUdpEnabled(Boolean enaSrdUdpEnabled)Indicates whether UDP traffic to and from the instance uses ENA Express.LaunchTemplateEnaSrdUdpSpecification.BuilderLaunchTemplateEnaSrdUdpSpecification. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateEnaSrdUdpSpecification.Builder Modifier and Type Method Description static Class<? extends LaunchTemplateEnaSrdUdpSpecification.Builder>LaunchTemplateEnaSrdUdpSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateEnaSrdUdpSpecification.Builder Modifier and Type Method Description default LaunchTemplateEnaSrdSpecification.BuilderLaunchTemplateEnaSrdSpecification.Builder. enaSrdUdpSpecification(Consumer<LaunchTemplateEnaSrdUdpSpecification.Builder> enaSrdUdpSpecification)Configures ENA Express for UDP network traffic.
-