Uses of Enum
com.amazonaws.services.ec2.model.VolumeState
Packages that use VolumeState
-
Uses of VolumeState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStateModifier and TypeMethodDescriptionstatic VolumeState
Use this in place of valueOf.static VolumeState
Returns the enum constant of this type with the specified name.static VolumeState[]
VolumeState.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 VolumeStateModifier and TypeMethodDescriptionvoid
Volume.setState
(VolumeState state) The volume state.Volume.withState
(VolumeState state) The volume state.