Uses of Class
com.amazonaws.services.ec2.model.SnapshotState
-
Packages that use SnapshotState Package Description com.amazonaws.services.ec2.model -
-
Uses of SnapshotState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotState Modifier and Type Method Description static SnapshotStateSnapshotState. fromValue(String value)Use this in place of valueOf.static SnapshotStateSnapshotState. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotState[]SnapshotState. 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 SnapshotState Modifier and Type Method Description voidSnapshot. setState(SnapshotState state)The snapshot state.SnapshotSnapshot. withState(SnapshotState state)The snapshot state.
-