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