Interface ListUserPoolClientSecretsResponse.Builder

  • Method Details

    • clientSecrets

      A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.

      Parameters:
      clientSecrets - A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecrets

      A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.

      Parameters:
      clientSecrets - A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecrets

      A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.

      This is a convenience method that creates an instance of the ClientSecretDescriptorType.Builder avoiding the need to create one manually via ClientSecretDescriptorType.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to clientSecrets(List<ClientSecretDescriptorType>).

      Parameters:
      clientSecrets - a consumer that will call methods on ClientSecretDescriptorType.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      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:
      nextToken - 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.