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 SnapshotStatusSnapshotStatus. fromValue(String value)Use this in place of valueOf.static SnapshotStatusSnapshotStatus. 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 voidSnapshot. setStatus(SnapshotStatus status)The snapshot status.SnapshotSnapshot. withStatus(SnapshotStatus status)The snapshot status.
-