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 MovingAddressStatusMovingAddressStatus. clone()MovingAddressStatusMovingAddressStatus. 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.MovingAddressStatusMovingAddressStatus. 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.MovingAddressStatusMovingAddressStatus. 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 DescribeMovingAddressesResultDescribeMovingAddressesResult. 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 voidDescribeMovingAddressesResult. setMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)The status for each Elastic IP address.DescribeMovingAddressesResultDescribeMovingAddressesResult. withMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)The status for each Elastic IP address.
-