| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateCustomKeyStoreResult> | 
AWSKMSAsyncClient.createCustomKeyStoreAsync(CreateCustomKeyStoreRequest request,
                         AsyncHandler<CreateCustomKeyStoreRequest,CreateCustomKeyStoreResult> asyncHandler)  | 
Future<CreateCustomKeyStoreResult> | 
AWSKMSAsync.createCustomKeyStoreAsync(CreateCustomKeyStoreRequest createCustomKeyStoreRequest,
                         AsyncHandler<CreateCustomKeyStoreRequest,CreateCustomKeyStoreResult> asyncHandler)
 Creates a custom
 key store that is associated with an AWS CloudHSM cluster that you own
 and manage. 
 | 
Future<CreateCustomKeyStoreResult> | 
AbstractAWSKMSAsync.createCustomKeyStoreAsync(CreateCustomKeyStoreRequest request,
                         AsyncHandler<CreateCustomKeyStoreRequest,CreateCustomKeyStoreResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateCustomKeyStoreRequest | 
CreateCustomKeyStoreRequest.clone()  | 
CreateCustomKeyStoreRequest | 
CreateCustomKeyStoreRequest.withCloudHsmClusterId(String cloudHsmClusterId)
 Identifies the AWS CloudHSM cluster for the custom key store. 
 | 
CreateCustomKeyStoreRequest | 
CreateCustomKeyStoreRequest.withCustomKeyStoreName(String customKeyStoreName)
 Specifies a friendly name for the custom key store. 
 | 
CreateCustomKeyStoreRequest | 
CreateCustomKeyStoreRequest.withKeyStorePassword(String keyStorePassword)
 Enter the password of the 
  
kmsuser crypto user (CU) account in the specified AWS CloudHSM cluster. | 
CreateCustomKeyStoreRequest | 
CreateCustomKeyStoreRequest.withTrustAnchorCertificate(String trustAnchorCertificate)
 Enter the content of the trust anchor certificate for the cluster. 
 | 
Copyright © 2020. All rights reserved.