| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Setting |
Setting.clone() |
Setting |
Setting.withName(String name)
The name of the directory setting.
|
Setting |
Setting.withValue(String value)
The value of the directory setting for which to retrieve information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Setting> |
UpdateSettingsRequest.getSettings()
The list of Setting objects.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSettingsRequest |
UpdateSettingsRequest.withSettings(Setting... settings)
The list of Setting objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSettingsRequest.setSettings(Collection<Setting> settings)
The list of Setting objects.
|
UpdateSettingsRequest |
UpdateSettingsRequest.withSettings(Collection<Setting> settings)
The list of Setting objects.
|
Copyright © 2022. All rights reserved.