Secret.UpdateStages.WithTags Interface

public static interface Secret.UpdateStages.WithTags

The stage of a secret update allowing to specify the tags.

Method Summary

Modifier and Type Method and Description
abstract Update withTags(Map<String,String> tags)

Specifies the tags on the secret.

Method Details

withTags

public abstract Secret.Update withTags(Map tags)

Specifies the tags on the secret.

Parameters:

tags - the key value pair of the tags

Returns:

the next stage of the update

Applies to