| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DisassociateNatGatewayAddressResponse |
Ec2Client.disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest)
Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.
|
default DisassociateNatGatewayAddressResponse |
Ec2Client.disassociateNatGatewayAddress(DisassociateNatGatewayAddressRequest disassociateNatGatewayAddressRequest)
Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateNatGatewayAddressResponse> |
Ec2AsyncClient.disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest)
Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.
|
default CompletableFuture<DisassociateNatGatewayAddressResponse> |
Ec2AsyncClient.disassociateNatGatewayAddress(DisassociateNatGatewayAddressRequest disassociateNatGatewayAddressRequest)
Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.
|
Copyright © 2023. All rights reserved.