Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
AssociateAddressResult |
AmazonEC2Client.associateAddress(AssociateAddressRequest associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
AssociateAddressResult |
AmazonEC2.associateAddress(AssociateAddressRequest associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
AssociateAddressResult |
AbstractAmazonEC2.associateAddress(AssociateAddressRequest request) |
java.util.concurrent.Future<AssociateAddressResult> |
AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest request) |
java.util.concurrent.Future<AssociateAddressResult> |
AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
java.util.concurrent.Future<AssociateAddressResult> |
AbstractAmazonEC2Async.associateAddressAsync(AssociateAddressRequest request) |
java.util.concurrent.Future<AssociateAddressResult> |
AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest request,
AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler) |
java.util.concurrent.Future<AssociateAddressResult> |
AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest,
AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)
Associates an Elastic IP address with an instance or a network interface.
|
java.util.concurrent.Future<AssociateAddressResult> |
AbstractAmazonEC2Async.associateAddressAsync(AssociateAddressRequest request,
AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AssociateAddressResult> |
AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest request,
AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler) |
java.util.concurrent.Future<AssociateAddressResult> |
AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest,
AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)
Associates an Elastic IP address with an instance or a network interface.
|
java.util.concurrent.Future<AssociateAddressResult> |
AbstractAmazonEC2Async.associateAddressAsync(AssociateAddressRequest request,
AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AssociateAddressRequest |
AssociateAddressRequest.clone() |
AssociateAddressRequest |
AssociateAddressRequest.withAllocationId(java.lang.String allocationId)
[EC2-VPC] The allocation ID.
|
AssociateAddressRequest |
AssociateAddressRequest.withAllowReassociation(java.lang.Boolean allowReassociation)
[EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an
Elastic IP address that is already associated with an instance or network
interface to be reassociated with the specified instance or network
interface.
|
AssociateAddressRequest |
AssociateAddressRequest.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
AssociateAddressRequest |
AssociateAddressRequest.withNetworkInterfaceId(java.lang.String networkInterfaceId)
[EC2-VPC] The ID of the network interface.
|
AssociateAddressRequest |
AssociateAddressRequest.withPrivateIpAddress(java.lang.String privateIpAddress)
[EC2-VPC] The primary or secondary private IP address to associate with
the Elastic IP address.
|
AssociateAddressRequest |
AssociateAddressRequest.withPublicIp(java.lang.String publicIp)
The Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
Request<AssociateAddressRequest> |
AssociateAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<AssociateAddressRequest> |
AssociateAddressRequestMarshaller.marshall(AssociateAddressRequest associateAddressRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AssociateAddressRequest> |
AssociateAddressRequestMarshaller.marshall(AssociateAddressRequest associateAddressRequest) |