Uses of Class
software.amazon.awssdk.services.directory.model.DirectoryConfigurationStatus
-
Packages that use DirectoryConfigurationStatus Package Description software.amazon.awssdk.services.directory.model -
-
Uses of DirectoryConfigurationStatus in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return DirectoryConfigurationStatus Modifier and Type Method Description static DirectoryConfigurationStatusDirectoryConfigurationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DirectoryConfigurationStatusSettingEntry. requestStatus()The overall status of the request to update the directory setting request.DirectoryConfigurationStatusDescribeSettingsRequest. status()The status of the directory settings for which to retrieve information.static DirectoryConfigurationStatusDirectoryConfigurationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectoryConfigurationStatus[]DirectoryConfigurationStatus. 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 DirectoryConfigurationStatus Modifier and Type Method Description static Set<DirectoryConfigurationStatus>DirectoryConfigurationStatus. knownValues()Map<String,DirectoryConfigurationStatus>SettingEntry. requestDetailedStatus()Details about the status of the request to update the directory setting.Methods in software.amazon.awssdk.services.directory.model with parameters of type DirectoryConfigurationStatus Modifier and Type Method Description SettingEntry.BuilderSettingEntry.Builder. requestStatus(DirectoryConfigurationStatus requestStatus)The overall status of the request to update the directory setting request.DescribeSettingsRequest.BuilderDescribeSettingsRequest.Builder. status(DirectoryConfigurationStatus status)The status of the directory settings for which to retrieve information.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type DirectoryConfigurationStatus Modifier and Type Method Description SettingEntry.BuilderSettingEntry.Builder. requestDetailedStatus(Map<String,DirectoryConfigurationStatus> requestDetailedStatus)Details about the status of the request to update the directory setting.
-