Interface ListUserPoolClientsResponse.Builder

    • Method Detail

      • userPoolClients

        ListUserPoolClientsResponse.Builder userPoolClients​(Collection<UserPoolClientDescription> userPoolClients)

        The user pool clients in the response that lists user pool clients.

        Parameters:
        userPoolClients - The user pool clients in the response that lists user pool clients.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userPoolClients

        ListUserPoolClientsResponse.Builder userPoolClients​(UserPoolClientDescription... userPoolClients)

        The user pool clients in the response that lists user pool clients.

        Parameters:
        userPoolClients - The user pool clients in the response that lists user pool clients.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUserPoolClientsResponse.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.