| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
RegionsInfo |
RegionsInfo.clone() |
RegionsInfo |
DirectoryDescription.getRegionsInfo()
Lists the Regions where the directory has replicated.
|
RegionsInfo |
RegionsInfo.withAdditionalRegions(Collection<String> additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
|
RegionsInfo |
RegionsInfo.withAdditionalRegions(String... additionalRegions)
Lists the Regions where the directory has been replicated, excluding the primary Region.
|
RegionsInfo |
RegionsInfo.withPrimaryRegion(String primaryRegion)
The Region where the AWS Managed Microsoft AD directory was originally created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryDescription.setRegionsInfo(RegionsInfo regionsInfo)
Lists the Regions where the directory has replicated.
|
DirectoryDescription |
DirectoryDescription.withRegionsInfo(RegionsInfo regionsInfo)
Lists the Regions where the directory has replicated.
|
Copyright © 2021. All rights reserved.