Interface ListUsersResponse.Builder

    • Method Detail

      • users

        ListUsersResponse.Builder users​(Collection<UserType> users)

        An array of user pool users who match your query, and their attributes.

        Parameters:
        users - An array of user pool users who match your query, and their attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • users

        ListUsersResponse.Builder users​(UserType... users)

        An array of user pool users who match your query, and their attributes.

        Parameters:
        users - An array of user pool users who match your query, and their attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • paginationToken

        ListUsersResponse.Builder paginationToken​(String paginationToken)

        The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.

        Parameters:
        paginationToken - The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.