| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default MoveAddressToVpcResponse |
EC2Client.moveAddressToVpc(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
default MoveAddressToVpcResponse |
EC2Client.moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<MoveAddressToVpcResponse> |
EC2AsyncClient.moveAddressToVpc(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
default CompletableFuture<MoveAddressToVpcResponse> |
EC2AsyncClient.moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
| Modifier and Type | Method and Description |
|---|---|
MoveAddressToVpcResponse |
MoveAddressToVpcResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.