| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomKeyStoreResult |
AWSKMS.updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
UpdateCustomKeyStoreResult |
AWSKMSClient.updateCustomKeyStore(UpdateCustomKeyStoreRequest updateCustomKeyStoreRequest)
Changes the properties of a custom key store.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withCloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related AWS CloudHSM cluster.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withCustomKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update.
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withKeyStorePassword(String keyStorePassword)
Enter the current password of the
kmsuser crypto user (CU)
in the AWS CloudHSM cluster that is associated with the custom key store. |
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withNewCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you
specify.
|
Copyright © 2020. All rights reserved.