Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MovingAddressStatus> |
DescribeMovingAddressesResult.movingAddressStatuses
The status for each Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
MovingAddressStatus |
MovingAddressStatus.clone() |
MovingAddressStatus |
MovingAddressStatus.withMoveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.
|
MovingAddressStatus |
MovingAddressStatus.withMoveStatus(java.lang.String moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.
|
MovingAddressStatus |
MovingAddressStatus.withPublicIp(java.lang.String publicIp)
The Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MovingAddressStatus> |
DescribeMovingAddressesResult.getMovingAddressStatuses()
The status for each Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
DescribeMovingAddressesResult |
DescribeMovingAddressesResult.withMovingAddressStatuses(MovingAddressStatus... movingAddressStatuses)
The status for each Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMovingAddressesResult.setMovingAddressStatuses(java.util.Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
DescribeMovingAddressesResult |
DescribeMovingAddressesResult.withMovingAddressStatuses(java.util.Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
MovingAddressStatus |
MovingAddressStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |