Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterfaceAssociation
Packages that use NetworkInterfaceAssociation
-
Uses of NetworkInterfaceAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfaceAssociationModifier and TypeMethodDescriptionNetworkInterface.association()The association information for an Elastic IP address (IPv4) associated with the network interface.NetworkInterfacePrivateIpAddress.association()The association information for an Elastic IP address (IPv4) associated with the network interface.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInterfaceAssociationModifier and TypeMethodDescriptionNetworkInterface.Builder.association(NetworkInterfaceAssociation association) The association information for an Elastic IP address (IPv4) associated with the network interface.NetworkInterfacePrivateIpAddress.Builder.association(NetworkInterfaceAssociation association) The association information for an Elastic IP address (IPv4) associated with the network interface.