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 region.
|
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 Microsoft AD directories in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)
The maximum number of Microsoft AD directories allowed in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the 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 region.
|
GetDirectoryLimitsResult |
GetDirectoryLimitsResult.withDirectoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for
the current region.
|
Copyright © 2018. All rights reserved.