Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterfaceAttachment
Packages that use NetworkInterfaceAttachment
-
Uses of NetworkInterfaceAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfaceAttachmentModifier and TypeMethodDescriptionDescribeNetworkInterfaceAttributeResponse.attachment()The attachment (if any) of the network interface.NetworkInterface.attachment()The network interface attachment.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInterfaceAttachmentModifier and TypeMethodDescriptionDescribeNetworkInterfaceAttributeResponse.Builder.attachment(NetworkInterfaceAttachment attachment) The attachment (if any) of the network interface.NetworkInterface.Builder.attachment(NetworkInterfaceAttachment attachment) The network interface attachment.