| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryConfigurationStatus |
DirectoryConfigurationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DirectoryConfigurationStatus |
SettingEntry.requestStatus()
The overall status of the request to update the directory setting request.
|
DirectoryConfigurationStatus |
DescribeSettingsRequest.status()
The status of the directory settings for which to retrieve information.
|
static DirectoryConfigurationStatus |
DirectoryConfigurationStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DirectoryConfigurationStatus> |
DirectoryConfigurationStatus.knownValues()
|
Map<String,DirectoryConfigurationStatus> |
SettingEntry.requestDetailedStatus()
Details about the status of the request to update the directory setting.
|
| Modifier and Type | Method and Description |
|---|---|
SettingEntry.Builder |
SettingEntry.Builder.requestStatus(DirectoryConfigurationStatus requestStatus)
The overall status of the request to update the directory setting request.
|
DescribeSettingsRequest.Builder |
DescribeSettingsRequest.Builder.status(DirectoryConfigurationStatus status)
The status of the directory settings for which to retrieve information.
|
| Modifier and Type | Method and Description |
|---|---|
SettingEntry.Builder |
SettingEntry.Builder.requestDetailedStatus(Map<String,DirectoryConfigurationStatus> requestDetailedStatus)
Details about the status of the request to update the directory setting.
|
Copyright © 2023. All rights reserved.