Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachNetworkInterfaceRequest.Builder
Packages that use AttachNetworkInterfaceRequest.Builder
Package
Description
-
Uses of AttachNetworkInterfaceRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachNetworkInterfaceRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest) Attaches a network interface to an instance.default AttachNetworkInterfaceResponseEc2Client.attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest) Attaches a network interface to an instance. -
Uses of AttachNetworkInterfaceRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttachNetworkInterfaceRequest.BuilderModifier and TypeMethodDescriptionAttachNetworkInterfaceRequest.builder()AttachNetworkInterfaceRequest.Builder.deviceIndex(Integer deviceIndex) The index of the device for the network interface attachment.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AttachNetworkInterfaceRequest.Builder.enaQueueCount(Integer enaQueueCount) The number of ENA queues to be created with the instance.AttachNetworkInterfaceRequest.Builder.enaSrdSpecification(Consumer<EnaSrdSpecification.Builder> enaSrdSpecification) Configures ENA Express for the network interface that this action attaches to the instance.AttachNetworkInterfaceRequest.Builder.enaSrdSpecification(EnaSrdSpecification enaSrdSpecification) Configures ENA Express for the network interface that this action attaches to the instance.AttachNetworkInterfaceRequest.Builder.instanceId(String instanceId) The ID of the instance.AttachNetworkInterfaceRequest.Builder.networkCardIndex(Integer networkCardIndex) The index of the network card.AttachNetworkInterfaceRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.AttachNetworkInterfaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AttachNetworkInterfaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AttachNetworkInterfaceRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachNetworkInterfaceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttachNetworkInterfaceRequest.Builder>AttachNetworkInterfaceRequest.serializableBuilderClass()