| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateNatGatewayAddressResponse |
Ec2Client.associateNatGatewayAddress(AssociateNatGatewayAddressRequest associateNatGatewayAddressRequest)
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
|
default AssociateNatGatewayAddressResponse |
Ec2Client.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest)
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateNatGatewayAddressResponse> |
Ec2AsyncClient.associateNatGatewayAddress(AssociateNatGatewayAddressRequest associateNatGatewayAddressRequest)
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
|
default CompletableFuture<AssociateNatGatewayAddressResponse> |
Ec2AsyncClient.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest)
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
|
Copyright © 2023. All rights reserved.