Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterfaceAssociation
-
Packages that use NetworkInterfaceAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NetworkInterfaceAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfaceAssociation Modifier and Type Method Description NetworkInterfaceAssociationNetworkInterface. association()The association information for an Elastic IP address (IPv4) associated with the network interface.NetworkInterfaceAssociationNetworkInterfacePrivateIpAddress. 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 NetworkInterfaceAssociation Modifier and Type Method Description NetworkInterface.BuilderNetworkInterface.Builder. association(NetworkInterfaceAssociation association)The association information for an Elastic IP address (IPv4) associated with the network interface.NetworkInterfacePrivateIpAddress.BuilderNetworkInterfacePrivateIpAddress.Builder. association(NetworkInterfaceAssociation association)The association information for an Elastic IP address (IPv4) associated with the network interface.
-