Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateAddressResponse
Packages that use DisassociateAddressResponse
-
Uses of DisassociateAddressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateAddressResponseModifier and TypeMethodDescriptiondefault DisassociateAddressResponseEc2Client.disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest) Disassociates an Elastic IP address from the instance or network interface it's associated with.default DisassociateAddressResponseEc2Client.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest) Disassociates an Elastic IP address from the instance or network interface it's associated with.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisassociateAddressResponseModifier and TypeMethodDescriptionEc2AsyncClient.disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest) Disassociates an Elastic IP address from the instance or network interface it's associated with.Ec2AsyncClient.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest) Disassociates an Elastic IP address from the instance or network interface it's associated with.