| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSKMS.tagResource(TagResourceRequest tagResourceRequest)
Adds or edits tags for a customer master key (CMK).
|
void |
AWSKMSClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or edits tags for a customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withKeyId(String keyId)
A unique identifier for the CMK you are tagging.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
One or more tags.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
One or more tags.
|
Copyright © 2020. All rights reserved.