| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
RegionsInfo.Builder |
RegionsInfo.Builder.additionalRegions(Collection<String> additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
|
RegionsInfo.Builder |
RegionsInfo.Builder.additionalRegions(String... additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
|
static RegionsInfo.Builder |
RegionsInfo.builder() |
RegionsInfo.Builder |
RegionsInfo.Builder.primaryRegion(String primaryRegion)
The Region where the Managed Microsoft AD directory was originally created.
|
RegionsInfo.Builder |
RegionsInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegionsInfo.Builder> |
RegionsInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DirectoryDescription.Builder |
DirectoryDescription.Builder.regionsInfo(Consumer<RegionsInfo.Builder> regionsInfo)
Lists the Regions where the directory has replicated.
|
Copyright © 2023. All rights reserved.