| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default ConnectCustomKeyStoreResponse |
KmsClient.connectCustomKeyStore(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest)
Connects or reconnects a custom key store
to its backing key store.
|
default ConnectCustomKeyStoreResponse |
KmsClient.connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest)
Connects or reconnects a custom key store
to its backing key store.
|
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 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 UpdateCustomKeyStoreResponse |
KmsClient.updateCustomKeyStore(Consumer<UpdateCustomKeyStoreRequest.Builder> updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
default UpdateCustomKeyStoreResponse |
KmsClient.updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
Copyright © 2023. All rights reserved.