Interface Secret.UpdateStages.WithTags

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

public static interface Secret.UpdateStages.WithTags
The stage of a secret update allowing to specify the tags.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the tags on the secret.
  • Method Details

    • withTags

      Secret.Update withTags(Map<String,String> tags)
      Specifies the tags on the secret.
      Parameters:
      tags - the key value pair of the tags
      Returns:
      the next stage of the update