Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateNatGatewayAddressResponse
Packages that use AssociateNatGatewayAddressResponse
-
Uses of AssociateNatGatewayAddressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateNatGatewayAddressResponseModifier and TypeMethodDescriptionEc2Client.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest) Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.Ec2Client.associateNatGatewayAddress(AssociateNatGatewayAddressRequest associateNatGatewayAddressRequest) Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateNatGatewayAddressResponseModifier and TypeMethodDescriptionEc2AsyncClient.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest) Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.Ec2AsyncClient.associateNatGatewayAddress(AssociateNatGatewayAddressRequest associateNatGatewayAddressRequest) Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.