Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private DirectoryLimits |
GetDirectoryLimitsResult.directoryLimits
A DirectoryLimits object that contains the directory limits for
the current region.
|
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(java.lang.Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyDirectoriesLimit(java.lang.Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyDirectoriesLimitReached(java.lang.Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADCurrentCount(java.lang.Integer cloudOnlyMicrosoftADCurrentCount)
The current number of Microsoft AD directories in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADLimit(java.lang.Integer cloudOnlyMicrosoftADLimit)
The maximum number of Microsoft AD directories allowed in the region.
|
DirectoryLimits |
DirectoryLimits.withCloudOnlyMicrosoftADLimitReached(java.lang.Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the Microsoft AD directory limit has been reached.
|
DirectoryLimits |
DirectoryLimits.withConnectedDirectoriesCurrentCount(java.lang.Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
|
DirectoryLimits |
DirectoryLimits.withConnectedDirectoriesLimit(java.lang.Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
|
DirectoryLimits |
DirectoryLimits.withConnectedDirectoriesLimitReached(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
DirectoryLimits |
DirectoryLimitsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryLimitsJsonMarshaller.marshall(DirectoryLimits directoryLimits,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|