Interface DeleteKeys.Builder

    • Method Detail

      • withKeys

        DeleteKeys.Builder withKeys​(Collection<String> withKeys)

        The list of keys to delete.

        Parameters:
        withKeys - The list of keys to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withKeys

        DeleteKeys.Builder withKeys​(String... withKeys)

        The list of keys to delete.

        Parameters:
        withKeys - The list of keys to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.