| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeMovingAddressesResponse |
Ec2Client.describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default CompletableFuture<DescribeMovingAddressesResponse> |
Ec2AsyncClient.describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeMovingAddressesIterable |
Ec2Client.describeMovingAddressesPaginator(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeMovingAddressesPublisher |
Ec2AsyncClient.describeMovingAddressesPaginator(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
| Constructor and Description |
|---|
DescribeMovingAddressesIterable(Ec2Client client,
DescribeMovingAddressesRequest firstRequest) |
DescribeMovingAddressesPublisher(Ec2AsyncClient client,
DescribeMovingAddressesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeMovingAddressesRequestMarshaller.marshall(DescribeMovingAddressesRequest describeMovingAddressesRequest) |
Copyright © 2020. All rights reserved.