Uses of Class
com.amazonaws.services.ec2.model.VolumeState
-
Packages that use VolumeState Package Description com.amazonaws.services.ec2.model -
-
Uses of VolumeState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeState Modifier and Type Method Description static VolumeState
VolumeState. fromValue(String value)
Use this in place of valueOf.static VolumeState
VolumeState. valueOf(String name)
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 VolumeState Modifier and Type Method Description void
Volume. setState(VolumeState state)
The volume state.Volume
Volume. withState(VolumeState state)
The volume state.
-