| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAliasResponse |
KmsClient.createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)
Creates a friendly name for a customer master key (CMK).
|
default CreateAliasResponse |
KmsClient.createAlias(CreateAliasRequest createAliasRequest)
Creates a friendly name for a customer master key (CMK).
|
default CreateGrantResponse |
KmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Adds a grant to a customer master key (CMK).
|
default CreateGrantResponse |
KmsClient.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a customer master key (CMK).
|
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 EnableKeyResponse |
KmsClient.enableKey(Consumer<EnableKeyRequest.Builder> enableKeyRequest)
Sets the key state of a customer master key (CMK) to enabled.
|
default EnableKeyResponse |
KmsClient.enableKey(EnableKeyRequest enableKeyRequest)
Sets the key state of a customer master key (CMK) to enabled.
|
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).
|
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified customer master key (CMK).
|
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 UpdateAliasResponse |
KmsClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
default UpdateAliasResponse |
KmsClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
Copyright © 2021. All rights reserved.