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 Detail

      • 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