| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
OwnerDirectoryDescription |
OwnerDirectoryDescription.clone() |
OwnerDirectoryDescription |
DirectoryDescription.getOwnerDirectoryDescription()
Describes the Managed Microsoft AD directory in the directory owner account.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withAccountId(String accountId)
Identifier of the directory owner account.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withDirectoryId(String directoryId)
Identifier of the Managed Microsoft AD directory in the directory owner account.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withDnsIpAddrs(Collection<String> dnsIpAddrs)
IP address of the directory’s domain controllers.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withDnsIpAddrs(String... dnsIpAddrs)
IP address of the directory’s domain controllers.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withRadiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withRadiusStatus(RadiusStatus radiusStatus)
Information about the status of the RADIUS server.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withRadiusStatus(String radiusStatus)
Information about the status of the RADIUS server.
|
OwnerDirectoryDescription |
OwnerDirectoryDescription.withVpcSettings(DirectoryVpcSettingsDescription vpcSettings)
Information about the VPC settings for the directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryDescription.setOwnerDirectoryDescription(OwnerDirectoryDescription ownerDirectoryDescription)
Describes the Managed Microsoft AD directory in the directory owner account.
|
DirectoryDescription |
DirectoryDescription.withOwnerDirectoryDescription(OwnerDirectoryDescription ownerDirectoryDescription)
Describes the Managed Microsoft AD directory in the directory owner account.
|
Copyright © 2022. All rights reserved.