Package | Description |
---|---|
com.amazonaws.services.ec2.model |
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(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(String publicIp)
The Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
DescribeMovingAddressesResult |
DescribeMovingAddressesResult.withMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
Copyright © 2021. All rights reserved.