Uses of Class
com.amazonaws.services.ec2.model.MovingAddressStatus
Packages that use MovingAddressStatus
-
Uses of MovingAddressStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return MovingAddressStatusModifier and TypeMethodDescriptionMovingAddressStatus.clone()
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.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.withPublicIp
(String publicIp) The Elastic IP address.Methods in com.amazonaws.services.ec2.model that return types with arguments of type MovingAddressStatusModifier and TypeMethodDescriptionDescribeMovingAddressesResult.getMovingAddressStatuses()
The status for each Elastic IP address.Methods in com.amazonaws.services.ec2.model with parameters of type MovingAddressStatusModifier and TypeMethodDescriptionDescribeMovingAddressesResult.withMovingAddressStatuses
(MovingAddressStatus... movingAddressStatuses) The status for each Elastic IP address.Method parameters in com.amazonaws.services.ec2.model with type arguments of type MovingAddressStatusModifier and TypeMethodDescriptionvoid
DescribeMovingAddressesResult.setMovingAddressStatuses
(Collection<MovingAddressStatus> movingAddressStatuses) The status for each Elastic IP address.DescribeMovingAddressesResult.withMovingAddressStatuses
(Collection<MovingAddressStatus> movingAddressStatuses) The status for each Elastic IP address.