Interface Vault.UpdateStages.WithEtag

All Known Subinterfaces:
Vault.Update
Enclosing interface:
Vault.UpdateStages

public static interface Vault.UpdateStages.WithEtag
The stage of the Vault update allowing to specify etag.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the etag property: Optional ETag..
  • Method Details

    • withEtag

      Vault.Update withEtag(String etag)
      Specifies the etag property: Optional ETag..
      Parameters:
      etag - Optional ETag.
      Returns:
      the next definition stage.