Uses of Class
software.amazon.awssdk.services.clouddirectory.model.DirectoryState
-
Packages that use DirectoryState Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of DirectoryState in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return DirectoryState Modifier and Type Method Description static DirectoryStateDirectoryState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DirectoryStateDirectory. state()The state of the directory.DirectoryStateListDirectoriesRequest. state()The state of the directories in the list.static DirectoryStateDirectoryState. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectoryState[]DirectoryState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type DirectoryState Modifier and Type Method Description static Set<DirectoryState>DirectoryState. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type DirectoryState Modifier and Type Method Description Directory.BuilderDirectory.Builder. state(DirectoryState state)The state of the directory.ListDirectoriesRequest.BuilderListDirectoriesRequest.Builder. state(DirectoryState state)The state of the directories in the list.
-