Interface Secret.UpdateStages.WithTags
-
- All Known Subinterfaces:
Secret.Update
- Enclosing interface:
- Secret.UpdateStages
public static interface Secret.UpdateStages.WithTagsThe stage of a secret update allowing to specify the tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Secret.UpdatewithTags(Map<String,String> tags)Specifies the tags on the secret.
-
-
-
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
-
-