Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateAddressResponse
-
Packages that use AssociateAddressResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AssociateAddressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateAddressResponse Modifier and Type Method Description default AssociateAddressResponseEc2Client. associateAddress()Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.default AssociateAddressResponseEc2Client. associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.default AssociateAddressResponseEc2Client. associateAddress(AssociateAddressRequest associateAddressRequest)Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateAddressResponse Modifier and Type Method Description default CompletableFuture<AssociateAddressResponse>Ec2AsyncClient. associateAddress()Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.default CompletableFuture<AssociateAddressResponse>Ec2AsyncClient. associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.default CompletableFuture<AssociateAddressResponse>Ec2AsyncClient. associateAddress(AssociateAddressRequest associateAddressRequest)Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface.
-