| 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 |
|---|---|
SdkIterable<MovingAddressStatus> |
DescribeMovingAddressesIterable.movingAddressStatuses()
Returns an iterable to iterate through the paginated
DescribeMovingAddressesResponse.movingAddressStatuses() member. |
SdkPublisher<MovingAddressStatus> |
DescribeMovingAddressesPublisher.movingAddressStatuses()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.