Interface ListKeysResponse.Builder

    • Method Detail

      • keys

        ListKeysResponse.Builder keys​(Collection<KeySummary> keys)

        The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.

        Parameters:
        keys - The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        ListKeysResponse.Builder keys​(KeySummary... keys)

        The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.

        Parameters:
        keys - The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListKeysResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or an empty or null value if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or an empty or null value if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.