| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default TagResourceResponse |
SecretsManagerClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Attaches one or more tags, each consisting of a key name and a value, to the specified secret.
|
default TagResourceResponse |
SecretsManagerClient.tagResource(TagResourceRequest tagResourceRequest)
Attaches one or more tags, each consisting of a key name and a value, to the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResourceResponse> |
SecretsManagerAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Attaches one or more tags, each consisting of a key name and a value, to the specified secret.
|
default CompletableFuture<TagResourceResponse> |
SecretsManagerAsyncClient.tagResource(TagResourceRequest tagResourceRequest)
Attaches one or more tags, each consisting of a key name and a value, to the specified secret.
|
Copyright © 2020. All rights reserved.