Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DisassociateNatGatewayAddressResult> |
AbstractAmazonEC2Async.disassociateNatGatewayAddressAsync(DisassociateNatGatewayAddressRequest request,
AsyncHandler<DisassociateNatGatewayAddressRequest,DisassociateNatGatewayAddressResult> asyncHandler) |
Future<DisassociateNatGatewayAddressResult> |
AmazonEC2Async.disassociateNatGatewayAddressAsync(DisassociateNatGatewayAddressRequest disassociateNatGatewayAddressRequest,
AsyncHandler<DisassociateNatGatewayAddressRequest,DisassociateNatGatewayAddressResult> asyncHandler)
Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.
|
Future<DisassociateNatGatewayAddressResult> |
AmazonEC2AsyncClient.disassociateNatGatewayAddressAsync(DisassociateNatGatewayAddressRequest request,
AsyncHandler<DisassociateNatGatewayAddressRequest,DisassociateNatGatewayAddressResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DisassociateNatGatewayAddressRequest |
DisassociateNatGatewayAddressRequest.clone() |
DisassociateNatGatewayAddressRequest |
DisassociateNatGatewayAddressRequest.withAssociationIds(Collection<String> associationIds)
The association IDs of EIPs that have been associated with the NAT gateway.
|
DisassociateNatGatewayAddressRequest |
DisassociateNatGatewayAddressRequest.withAssociationIds(String... associationIds)
The association IDs of EIPs that have been associated with the NAT gateway.
|
DisassociateNatGatewayAddressRequest |
DisassociateNatGatewayAddressRequest.withMaxDrainDurationSeconds(Integer maxDrainDurationSeconds)
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are
still in progress.
|
DisassociateNatGatewayAddressRequest |
DisassociateNatGatewayAddressRequest.withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<DisassociateNatGatewayAddressRequest> |
DisassociateNatGatewayAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.