Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterfaceAttachment
-
Packages that use NetworkInterfaceAttachment Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NetworkInterfaceAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfaceAttachment Modifier and Type Method Description NetworkInterfaceAttachmentDescribeNetworkInterfaceAttributeResponse. attachment()The attachment (if any) of the network interface.NetworkInterfaceAttachmentNetworkInterface. attachment()The network interface attachment.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInterfaceAttachment Modifier and Type Method Description DescribeNetworkInterfaceAttributeResponse.BuilderDescribeNetworkInterfaceAttributeResponse.Builder. attachment(NetworkInterfaceAttachment attachment)The attachment (if any) of the network interface.NetworkInterface.BuilderNetworkInterface.Builder. attachment(NetworkInterfaceAttachment attachment)The network interface attachment.
-