| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateKeyResponse |
KmsClient.createKey()
Creates a unique customer managed customer master key
(CMK) in your AWS account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates a unique customer managed customer master key
(CMK) in your AWS account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(CreateKeyRequest createKeyRequest)
Creates a unique customer managed customer master key
(CMK) in your AWS account and Region.
|
default TagResourceResponse |
KmsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or edits tags on a customer managed CMK.
|
default TagResourceResponse |
KmsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or edits tags on a customer managed CMK.
|
default UntagResourceResponse |
KmsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes tags from a customer managed CMK.
|
default UntagResourceResponse |
KmsClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes tags from a customer managed CMK.
|
Copyright © 2021. All rights reserved.