Uses of Enum
com.amazonaws.services.ec2.model.VolumeState
Packages that use VolumeState
-
Uses of VolumeState in com.amazonaws.services.ec2.model
Subclasses with type arguments of type VolumeState in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return VolumeStateModifier and TypeMethodDescriptionstatic VolumeStateUse this in place of valueOf.static VolumeStateReturns 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 TypeMethodDescriptionvoidVolume.setState(VolumeState state) The volume state.Volume.withState(VolumeState state) The volume state.