| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MovingAddressStatus> |
DescribeMovingAddressesResponse.movingAddressStatuses()
The status for each Elastic IP address.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMovingAddressesResponse.Builder |
DescribeMovingAddressesResponse.Builder.movingAddressStatuses(MovingAddressStatus... movingAddressStatuses)
The status for each Elastic IP address.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMovingAddressesResponse.Builder |
DescribeMovingAddressesResponse.Builder.movingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<MovingAddressStatus> |
DescribeMovingAddressesPublisher.movingAddressStatuses()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MovingAddressStatus> |
DescribeMovingAddressesIterable.movingAddressStatuses()
Returns an iterable to iterate through the paginated
DescribeMovingAddressesResponse.movingAddressStatuses() member. |
Copyright © 2019. All rights reserved.