Class ListGroupsRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        The identifier (ID) of the directory that's associated with the group.

        Returns:
        The identifier (ID) of the directory that's associated with the group.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned per request.

        Returns:
        The maximum number of results to be returned per request.
      • nextToken

        public final String nextToken()

        An encoded paging token for paginated calls that can be passed back to retrieve the next page.

        Returns:
        An encoded paging token for paginated calls that can be passed back to retrieve the next page.
      • realm

        public final String realm()

        The domain name associated with the directory.

        This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.

        This value is case insensitive.

        Returns:
        The domain name associated with the directory.

        This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.

        This value is case insensitive.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object