Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateNatGatewayAddressResponse
Packages that use DisassociateNatGatewayAddressResponse
-
Uses of DisassociateNatGatewayAddressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateNatGatewayAddressResponseModifier and TypeMethodDescriptionEc2Client.disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest) Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.Ec2Client.disassociateNatGatewayAddress(DisassociateNatGatewayAddressRequest disassociateNatGatewayAddressRequest) Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisassociateNatGatewayAddressResponseModifier and TypeMethodDescriptionEc2AsyncClient.disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest) Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.Ec2AsyncClient.disassociateNatGatewayAddress(DisassociateNatGatewayAddressRequest disassociateNatGatewayAddressRequest) Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.