| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
DirectoryLimits |
DirectoryLimits.clone() |
DirectoryLimits |
GetDirectoryLimitsResult.getDirectoryLimits()
A DirectoryLimits object that contains the directory limits for the current rRegion.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the Region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the Region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)
The current number of AWS Managed Microsoft AD directories in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)
The maximum number of AWS Managed Microsoft AD directories allowed in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the AWS Managed Microsoft AD directory limit has been reached.
|
DirectoryLimits |
DirectoryLimits.withConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the Region.
|
DirectoryLimits |
DirectoryLimits.withConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the Region.
|
DirectoryLimits |
DirectoryLimits.withConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDirectoryLimitsResult.setDirectoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current rRegion.
|
GetDirectoryLimitsResult |
GetDirectoryLimitsResult.withDirectoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current rRegion.
|
Copyright © 2021. All rights reserved.