Interface ListUserPoolsResponse.Builder

    • Method Detail

      • userPools

        ListUserPoolsResponse.Builder userPools​(Collection<UserPoolDescriptionType> userPools)

        The user pools from the response to list users.

        Parameters:
        userPools - The user pools from the response to list users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userPools

        ListUserPoolsResponse.Builder userPools​(UserPoolDescriptionType... userPools)

        The user pools from the response to list users.

        Parameters:
        userPools - The user pools from the response to list users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUserPoolsResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.