Uses of Class
com.amazonaws.services.directory.model.SnapshotStatus
-
Packages that use SnapshotStatus Package Description com.amazonaws.services.directory.model -
-
Uses of SnapshotStatus in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return SnapshotStatus Modifier and Type Method Description static SnapshotStatus
SnapshotStatus. fromValue(String value)
Use this in place of valueOf.static SnapshotStatus
SnapshotStatus. valueOf(String name)
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 SnapshotStatus Modifier and Type Method Description void
Snapshot. setStatus(SnapshotStatus status)
The snapshot status.Snapshot
Snapshot. withStatus(SnapshotStatus status)
The snapshot status.
-