Uses of Class
com.amazonaws.services.directory.model.DirectoryLimits
Packages that use DirectoryLimits
-
Uses of DirectoryLimits in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DirectoryLimitsModifier and TypeMethodDescriptionDirectoryLimits.clone()GetDirectoryLimitsResult.getDirectoryLimits()A DirectoryLimits object that contains the directory limits for the current region.DirectoryLimits.withCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount) The current number of cloud directories in the region.DirectoryLimits.withCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit) The maximum number of cloud directories allowed in the region.DirectoryLimits.withCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached) Indicates if the cloud directory limit has been reached.DirectoryLimits.withCloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount) The current number of Microsoft AD directories in the region.DirectoryLimits.withCloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit) The maximum number of Microsoft AD directories allowed in the region.DirectoryLimits.withCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached) Indicates if the Microsoft AD directory limit has been reached.DirectoryLimits.withConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount) The current number of connected directories in the region.DirectoryLimits.withConnectedDirectoriesLimit(Integer connectedDirectoriesLimit) The maximum number of connected directories allowed in the region.DirectoryLimits.withConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached) Indicates if the connected directory limit has been reached.Methods in com.amazonaws.services.directory.model with parameters of type DirectoryLimitsModifier and TypeMethodDescriptionvoidGetDirectoryLimitsResult.setDirectoryLimits(DirectoryLimits directoryLimits) A DirectoryLimits object that contains the directory limits for the current region.GetDirectoryLimitsResult.withDirectoryLimits(DirectoryLimits directoryLimits) A DirectoryLimits object that contains the directory limits for the current region.