Uses of Enum
com.amazonaws.services.ec2.model.MoveStatus
Packages that use MoveStatus
-
Uses of MoveStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return MoveStatusModifier and TypeMethodDescriptionstatic MoveStatus
Use this in place of valueOf.static MoveStatus
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 MoveStatusModifier and TypeMethodDescriptionvoid
MovingAddressStatus.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.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.