Interface ListKeysResponse.Builder

    • Method Detail

      • entries

        ListKeysResponse.Builder entries​(Collection<ListKeysResponseEntry> entries)

        Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

        Parameters:
        entries - Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        ListKeysResponse.Builder entries​(ListKeysResponseEntry... entries)

        Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

        Parameters:
        entries - Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListKeysResponse.Builder nextToken​(String nextToken)

        A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

        Parameters:
        nextToken - A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.