Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AssociateNatGatewayAddressResult> |
AbstractAmazonEC2Async.associateNatGatewayAddressAsync(AssociateNatGatewayAddressRequest request,
AsyncHandler<AssociateNatGatewayAddressRequest,AssociateNatGatewayAddressResult> asyncHandler) |
Future<AssociateNatGatewayAddressResult> |
AmazonEC2AsyncClient.associateNatGatewayAddressAsync(AssociateNatGatewayAddressRequest request,
AsyncHandler<AssociateNatGatewayAddressRequest,AssociateNatGatewayAddressResult> asyncHandler) |
Future<AssociateNatGatewayAddressResult> |
AmazonEC2Async.associateNatGatewayAddressAsync(AssociateNatGatewayAddressRequest associateNatGatewayAddressRequest,
AsyncHandler<AssociateNatGatewayAddressRequest,AssociateNatGatewayAddressResult> asyncHandler)
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
AssociateNatGatewayAddressRequest |
AssociateNatGatewayAddressRequest.clone() |
AssociateNatGatewayAddressRequest |
AssociateNatGatewayAddressRequest.withAllocationIds(Collection<String> allocationIds)
The allocation IDs of EIPs that you want to associate with your NAT gateway.
|
AssociateNatGatewayAddressRequest |
AssociateNatGatewayAddressRequest.withAllocationIds(String... allocationIds)
The allocation IDs of EIPs that you want to associate with your NAT gateway.
|
AssociateNatGatewayAddressRequest |
AssociateNatGatewayAddressRequest.withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
AssociateNatGatewayAddressRequest |
AssociateNatGatewayAddressRequest.withPrivateIpAddresses(Collection<String> privateIpAddresses)
The private IPv4 addresses that you want to assign to the NAT gateway.
|
AssociateNatGatewayAddressRequest |
AssociateNatGatewayAddressRequest.withPrivateIpAddresses(String... privateIpAddresses)
The private IPv4 addresses that you want to assign to the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<AssociateNatGatewayAddressRequest> |
AssociateNatGatewayAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.