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 SnapshotStatusUse this in place of valueOf.static SnapshotStatusReturns 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 TypeMethodDescriptionvoidSnapshot.setStatus(SnapshotStatus status) The snapshot status.Snapshot.withStatus(SnapshotStatus status) The snapshot status.