Uses of Enum
com.amazonaws.services.ec2.model.SnapshotState
Packages that use SnapshotState
-
Uses of SnapshotState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotStateModifier and TypeMethodDescriptionstatic SnapshotState
Use this in place of valueOf.static SnapshotState
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 SnapshotStateModifier and TypeMethodDescriptionvoid
Snapshot.setState
(SnapshotState state) The snapshot state.Snapshot.withState
(SnapshotState state) The snapshot state.