Uses of Class
software.amazon.awssdk.services.directory.model.DirectoryStage
-
Packages that use DirectoryStage Package Description software.amazon.awssdk.services.directory.model -
-
Uses of DirectoryStage in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return DirectoryStage Modifier and Type Method Description static DirectoryStageDirectoryStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DirectoryStageDirectoryDescription. stage()The current stage of the directory.DirectoryStageRegionDescription. status()The status of the replication process for the specified Region.static DirectoryStageDirectoryStage. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectoryStage[]DirectoryStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type DirectoryStage Modifier and Type Method Description static Set<DirectoryStage>DirectoryStage. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type DirectoryStage Modifier and Type Method Description DirectoryDescription.BuilderDirectoryDescription.Builder. stage(DirectoryStage stage)The current stage of the directory.RegionDescription.BuilderRegionDescription.Builder. status(DirectoryStage status)The status of the replication process for the specified Region.
-