Class ListUsersRequest

    • Method Detail

      • directoryId

        public final String directoryId()

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

        Returns:
        The identifier (ID) of the directory that's associated with the user.
      • 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 that's associated with the user.

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

        This value is case insensitive.

        Returns:
        The domain name that's associated with the user.

        This parameter is optional, so you can return users outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users 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