| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
SettingEntry |
SettingEntry.addRequestDetailedStatusEntry(String key,
String value)
Add a single RequestDetailedStatus entry
|
SettingEntry |
SettingEntry.clearRequestDetailedStatusEntries()
Removes all the entries added into RequestDetailedStatus.
|
SettingEntry |
SettingEntry.clone() |
SettingEntry |
SettingEntry.withAllowedValues(String allowedValues)
The valid range of values for the directory setting.
|
SettingEntry |
SettingEntry.withAppliedValue(String appliedValue)
The value of the directory setting that is applied to the directory.
|
SettingEntry |
SettingEntry.withDataType(String dataType)
The data type of a directory setting.
|
SettingEntry |
SettingEntry.withLastRequestedDateTime(Date lastRequestedDateTime)
The date and time when the request to update a directory setting was last submitted.
|
SettingEntry |
SettingEntry.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the directory setting was last updated.
|
SettingEntry |
SettingEntry.withName(String name)
The name of the directory setting.
|
SettingEntry |
SettingEntry.withRequestDetailedStatus(Map<String,String> requestDetailedStatus)
Details about the status of the request to update the directory setting.
|
SettingEntry |
SettingEntry.withRequestedValue(String requestedValue)
The value that was last requested for the directory setting.
|
SettingEntry |
SettingEntry.withRequestStatus(DirectoryConfigurationStatus requestStatus)
The overall status of the request to update the directory setting request.
|
SettingEntry |
SettingEntry.withRequestStatus(String requestStatus)
The overall status of the request to update the directory setting request.
|
SettingEntry |
SettingEntry.withRequestStatusMessage(String requestStatusMessage)
The last status message for the directory status request.
|
SettingEntry |
SettingEntry.withType(String type)
The type, or category, of a directory setting.
|
| Modifier and Type | Method and Description |
|---|---|
List<SettingEntry> |
DescribeSettingsResult.getSettingEntries()
The list of SettingEntry objects that were retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSettingsResult |
DescribeSettingsResult.withSettingEntries(SettingEntry... settingEntries)
The list of SettingEntry objects that were retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSettingsResult.setSettingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
|
DescribeSettingsResult |
DescribeSettingsResult.withSettingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
|
Copyright © 2023. All rights reserved.