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 SnapshotState
SnapshotState. fromValue(String value)
Use this in place of valueOf.static SnapshotState
SnapshotState. 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 void
Snapshot. setState(SnapshotState state)
The snapshot state.Snapshot
Snapshot. withState(SnapshotState state)
The snapshot state.
-