Uses of Enum
com.amazonaws.services.directory.model.SnapshotStatus
Packages that use SnapshotStatus
-
Uses of SnapshotStatus in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return SnapshotStatusModifier and TypeMethodDescriptionstatic SnapshotStatus
Use this in place of valueOf.static SnapshotStatus
Returns the enum constant of this type with the specified name.static SnapshotStatus[]
SnapshotStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.directory.model with parameters of type SnapshotStatusModifier and TypeMethodDescriptionvoid
Snapshot.setStatus
(SnapshotStatus status) The snapshot status.Snapshot.withStatus
(SnapshotStatus status) The snapshot status.