Uses of Class
com.amazonaws.services.ec2.model.MovingAddressStatus
-
Packages that use MovingAddressStatus Package Description com.amazonaws.services.ec2.model -
-
Uses of MovingAddressStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return MovingAddressStatus Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type MovingAddressStatus Modifier and Type Method Description List<MovingAddressStatus>
DescribeMovingAddressesResult. getMovingAddressStatuses()
The status for each Elastic IP address.Methods in com.amazonaws.services.ec2.model with parameters of type MovingAddressStatus Modifier and Type Method Description DescribeMovingAddressesResult
DescribeMovingAddressesResult. withMovingAddressStatuses(MovingAddressStatus... movingAddressStatuses)
The status for each Elastic IP address.Method parameters in com.amazonaws.services.ec2.model with type arguments of type MovingAddressStatus Modifier and Type Method 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.
-