Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
MoveAddressToVpcResult |
AmazonEC2.moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
MoveAddressToVpcResult |
AmazonEC2Client.moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
Modifier and Type | Method and Description |
---|---|
Future<MoveAddressToVpcResult> |
AmazonEC2AsyncClient.moveAddressToVpcAsync(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
Future<MoveAddressToVpcResult> |
AmazonEC2Async.moveAddressToVpcAsync(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
Future<MoveAddressToVpcResult> |
AmazonEC2AsyncClient.moveAddressToVpcAsync(MoveAddressToVpcRequest moveAddressToVpcRequest,
AsyncHandler<MoveAddressToVpcRequest,MoveAddressToVpcResult> asyncHandler)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
Future<MoveAddressToVpcResult> |
AmazonEC2Async.moveAddressToVpcAsync(MoveAddressToVpcRequest moveAddressToVpcRequest,
AsyncHandler<MoveAddressToVpcRequest,MoveAddressToVpcResult> asyncHandler)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
Modifier and Type | Method and Description |
---|---|
Future<MoveAddressToVpcResult> |
AmazonEC2AsyncClient.moveAddressToVpcAsync(MoveAddressToVpcRequest moveAddressToVpcRequest,
AsyncHandler<MoveAddressToVpcRequest,MoveAddressToVpcResult> asyncHandler)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
Future<MoveAddressToVpcResult> |
AmazonEC2Async.moveAddressToVpcAsync(MoveAddressToVpcRequest moveAddressToVpcRequest,
AsyncHandler<MoveAddressToVpcRequest,MoveAddressToVpcResult> asyncHandler)
Moves an Elastic IP address from the EC2-Classic platform to the
EC2-VPC platform.
|
Modifier and Type | Method and Description |
---|---|
MoveAddressToVpcResult |
MoveAddressToVpcResult.clone() |
MoveAddressToVpcResult |
MoveAddressToVpcResult.withAllocationId(String allocationId)
The allocation ID for the Elastic IP address.
|
MoveAddressToVpcResult |
MoveAddressToVpcResult.withStatus(Status status)
The status of the move of the IP address.
|
MoveAddressToVpcResult |
MoveAddressToVpcResult.withStatus(String status)
The status of the move of the IP address.
|
Copyright © 2015. All rights reserved.