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