| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
RegionDescription |
RegionDescription.clone() |
RegionDescription |
RegionDescription.withDesiredNumberOfDomainControllers(Integer desiredNumberOfDomainControllers)
The desired number of domain controllers in the specified Region for the specified directory.
|
RegionDescription |
RegionDescription.withDirectoryId(String directoryId)
The identifier of the directory.
|
RegionDescription |
RegionDescription.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the Region description was last updated.
|
RegionDescription |
RegionDescription.withLaunchTime(Date launchTime)
Specifies when the Region replication began.
|
RegionDescription |
RegionDescription.withRegionName(String regionName)
The name of the Region.
|
RegionDescription |
RegionDescription.withRegionType(RegionType regionType)
Specifies whether the Region is the primary Region or an additional Region.
|
RegionDescription |
RegionDescription.withRegionType(String regionType)
Specifies whether the Region is the primary Region or an additional Region.
|
RegionDescription |
RegionDescription.withStatus(DirectoryStage status)
The status of the replication process for the specified Region.
|
RegionDescription |
RegionDescription.withStatus(String status)
The status of the replication process for the specified Region.
|
RegionDescription |
RegionDescription.withStatusLastUpdatedDateTime(Date statusLastUpdatedDateTime)
The date and time that the Region status was last updated.
|
RegionDescription |
RegionDescription.withVpcSettings(DirectoryVpcSettings vpcSettings) |
| Modifier and Type | Method and Description |
|---|---|
List<RegionDescription> |
DescribeRegionsResult.getRegionsDescription()
List of Region information related to the directory for each replicated Region.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRegionsResult |
DescribeRegionsResult.withRegionsDescription(RegionDescription... regionsDescription)
List of Region information related to the directory for each replicated Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRegionsResult.setRegionsDescription(Collection<RegionDescription> regionsDescription)
List of Region information related to the directory for each replicated Region.
|
DescribeRegionsResult |
DescribeRegionsResult.withRegionsDescription(Collection<RegionDescription> regionsDescription)
List of Region information related to the directory for each replicated Region.
|
Copyright © 2022. All rights reserved.