Interface DeleteSpec<K,V>

Type Parameters:
K - key type.
V - value type.

public interface DeleteSpec<K,V>
Steps for configuring a DELETE operation.
Since:
4.1
Author:
Mark Paluch
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Steps to customize value or digest comparison for conditional delete operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Delete the key unconditionally.
    Configure deletion only if the value matches the given value or digest.
    Configure deletion only if the value does not match the given value or digest.