Uses of Class
com.amazonaws.services.ec2.model.MoveStatus
-
Packages that use MoveStatus Package Description com.amazonaws.services.ec2.model -
-
Uses of MoveStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return MoveStatus Modifier and Type Method Description static MoveStatusMoveStatus. fromValue(String value)Use this in place of valueOf.static MoveStatusMoveStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MoveStatus[]MoveStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type MoveStatus Modifier and Type Method Description voidMovingAddressStatus. setMoveStatus(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(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.
-