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 VolumeStateVolumeState. fromValue(String value)Use this in place of valueOf.static VolumeStateVolumeState. 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 voidVolume. setState(VolumeState state)The volume state.VolumeVolume. withState(VolumeState state)The volume state.
-