| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
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 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.