Interface ListSecretsResponse.Builder

    • Method Detail

      • secretList

        ListSecretsResponse.Builder secretList​(Collection<SecretListEntry> secretList)

        A list of the secrets in the account.

        Parameters:
        secretList - A list of the secrets in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretList

        ListSecretsResponse.Builder secretList​(SecretListEntry... secretList)

        A list of the secrets in the account.

        Parameters:
        secretList - A list of the secrets in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSecretsResponse.Builder nextToken​(String nextToken)

        Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecrets again with this value.

        Parameters:
        nextToken - Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecrets again with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.