Uses of Class
software.amazon.awssdk.services.ec2.model.AttachNetworkInterfaceResponse
Packages that use AttachNetworkInterfaceResponse
-
Uses of AttachNetworkInterfaceResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AttachNetworkInterfaceResponseModifier and TypeMethodDescriptiondefault AttachNetworkInterfaceResponseEc2Client.attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest) Attaches a network interface to an instance.default AttachNetworkInterfaceResponseEc2Client.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest) Attaches a network interface to an instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AttachNetworkInterfaceResponseModifier and TypeMethodDescriptionEc2AsyncClient.attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest) Attaches a network interface to an instance.Ec2AsyncClient.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest) Attaches a network interface to an instance.