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