| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| 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 DisassociateNatGatewayAddressResponse |
Ec2Client.disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest)
Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.Builder.associationIds(Collection<String> associationIds)
The association IDs of EIPs that have been associated with the NAT gateway.
|
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.Builder.associationIds(String... associationIds)
The association IDs of EIPs that have been associated with the NAT gateway.
|
static DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.builder() |
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.Builder.dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.Builder.maxDrainDurationSeconds(Integer maxDrainDurationSeconds)
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are
still in progress.
|
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.Builder.natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateNatGatewayAddressRequest.Builder |
DisassociateNatGatewayAddressRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateNatGatewayAddressRequest.Builder> |
DisassociateNatGatewayAddressRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.