Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
UnassignPrivateNatGatewayAddressRequest |
UnassignPrivateNatGatewayAddressRequest.clone() |
UnassignPrivateNatGatewayAddressRequest |
UnassignPrivateNatGatewayAddressRequest.withMaxDrainDurationSeconds(Integer maxDrainDurationSeconds)
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are
still in progress.
|
UnassignPrivateNatGatewayAddressRequest |
UnassignPrivateNatGatewayAddressRequest.withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
UnassignPrivateNatGatewayAddressRequest |
UnassignPrivateNatGatewayAddressRequest.withPrivateIpAddresses(Collection<String> privateIpAddresses)
The private IPv4 addresses you want to unassign.
|
UnassignPrivateNatGatewayAddressRequest |
UnassignPrivateNatGatewayAddressRequest.withPrivateIpAddresses(String... privateIpAddresses)
The private IPv4 addresses you want to unassign.
|
Modifier and Type | Method and Description |
---|---|
Request<UnassignPrivateNatGatewayAddressRequest> |
UnassignPrivateNatGatewayAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2025. All rights reserved.