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 that is associated with an AWS CloudHSM cluster that you own
and manage.
|
default CreateCustomKeyStoreResponse |
KmsClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom
key store that is associated with an AWS CloudHSM cluster that you own
and manage.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateCustomKeyStoreResponse> |
KmsAsyncClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)
Creates a custom
key store that is associated with an AWS CloudHSM cluster that you own
and manage.
|
default CompletableFuture<CreateCustomKeyStoreResponse> |
KmsAsyncClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom
key store that is associated with an AWS CloudHSM cluster that you own
and manage.
|
Copyright © 2019. All rights reserved.