| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| 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.
|
Copyright © 2023. All rights reserved.