Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterfaceAssociation
-
Packages that use InstanceNetworkInterfaceAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceNetworkInterfaceAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceNetworkInterfaceAssociation Modifier and Type Method Description InstanceNetworkInterfaceAssociationInstanceNetworkInterface. association()The association information for an Elastic IPv4 associated with the network interface.InstanceNetworkInterfaceAssociationInstancePrivateIpAddress. 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 InstanceNetworkInterfaceAssociation Modifier and Type Method Description InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder. association(InstanceNetworkInterfaceAssociation association)The association information for an Elastic IPv4 associated with the network interface.InstancePrivateIpAddress.BuilderInstancePrivateIpAddress.Builder. association(InstanceNetworkInterfaceAssociation association)The association information for an Elastic IP address for the network interface.
-