Interface Secret.UpdateStages.WithVersion

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

public static interface Secret.UpdateStages.WithVersion
The stage of a secret update allowing to set the secret to a different version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the version the secret show use.
  • Method Details

    • withVersion

      Secret.Update withVersion(String version)
      Specifies the version the secret show use.
      Parameters:
      version - the version of the secret
      Returns:
      the next stage of the secret update