Uses of Class
software.amazon.awssdk.services.ec2.model.EnaSrdSpecification
-
Packages that use EnaSrdSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of EnaSrdSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnaSrdSpecification Modifier and Type Method Description EnaSrdSpecificationAttachNetworkInterfaceRequest. enaSrdSpecification()Configures ENA Express for the network interface that this action attaches to the instance.EnaSrdSpecificationModifyNetworkInterfaceAttributeRequest. enaSrdSpecification()Updates the ENA Express configuration for the network interface that’s attached to the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type EnaSrdSpecification Modifier and Type Method Description AttachNetworkInterfaceRequest.BuilderAttachNetworkInterfaceRequest.Builder. enaSrdSpecification(EnaSrdSpecification enaSrdSpecification)Configures ENA Express for the network interface that this action attaches to the instance.ModifyNetworkInterfaceAttributeRequest.BuilderModifyNetworkInterfaceAttributeRequest.Builder. enaSrdSpecification(EnaSrdSpecification enaSrdSpecification)Updates the ENA Express configuration for the network interface that’s attached to the instance.
-