| 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.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified customer master key (CMK).
|
void |
AWSKMSClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.withKeyId(String keyId)
A unique identifier for the CMK from which you are removing tags.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
One or more tag keys.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
One or more tag keys.
|
Copyright © 2020. All rights reserved.