Uses of Enum
com.amazonaws.services.ec2.model.SnapshotState
Packages that use SnapshotState
-
Uses of SnapshotState in com.amazonaws.services.ec2.model
Subclasses with type arguments of type SnapshotState in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return SnapshotStateModifier and TypeMethodDescriptionstatic SnapshotStateUse this in place of valueOf.static SnapshotStateReturns 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 TypeMethodDescriptionvoidSnapshot.setState(SnapshotState state) The snapshot state.Snapshot.withState(SnapshotState state) The snapshot state.