| 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 KMS key.
|
default CreateAliasResponse |
KmsClient.createAlias(CreateAliasRequest createAliasRequest)
Creates a friendly name for a KMS key.
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)
Creates a custom
key store backed by a key store that you own and manage.
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom
key store backed by a key store that you own and manage.
|
default CreateGrantResponse |
KmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Adds a grant to a KMS key.
|
default CreateGrantResponse |
KmsClient.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a KMS key.
|
default CreateKeyResponse |
KmsClient.createKey()
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(CreateKeyRequest createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default EnableKeyResponse |
KmsClient.enableKey(Consumer<EnableKeyRequest.Builder> enableKeyRequest)
Sets the key state of a KMS key to enabled.
|
default EnableKeyResponse |
KmsClient.enableKey(EnableKeyRequest enableKeyRequest)
Sets the key state of a KMS key to enabled.
|
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest)
Attaches a key policy to the specified KMS key.
|
default PutKeyPolicyResponse |
KmsClient.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a key policy to the specified KMS key.
|
default ReplicateKeyResponse |
KmsClient.replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest)
Replicates a multi-Region key into the specified Region.
|
default ReplicateKeyResponse |
KmsClient.replicateKey(ReplicateKeyRequest replicateKeyRequest)
Replicates a multi-Region key into the specified Region.
|
default TagResourceResponse |
KmsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or edits tags on a customer managed key.
|
default TagResourceResponse |
KmsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or edits tags on a customer managed key.
|
default UpdateAliasResponse |
KmsClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing KMS alias with a different KMS key.
|
default UpdateAliasResponse |
KmsClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing KMS alias with a different KMS key.
|
Copyright © 2023. All rights reserved.