| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.clone() |
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withCloudHsmClusterId(String cloudHsmClusterId)
A unique identifier for the CloudHSM cluster that is associated with an CloudHSM key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withConnectionErrorCode(ConnectionErrorCodeType connectionErrorCode)
Describes the connection error.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withConnectionErrorCode(String connectionErrorCode)
Describes the connection error.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withConnectionState(ConnectionStateType connectionState)
Indicates whether the custom key store is connected to its backing key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withConnectionState(String connectionState)
Indicates whether the custom key store is connected to its backing key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withCreationDate(Date creationDate)
The date and time when the custom key store was created.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withCustomKeyStoreName(String customKeyStoreName)
The user-specified friendly name for the custom key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withCustomKeyStoreType(CustomKeyStoreType customKeyStoreType)
Indicates the type of the custom key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withCustomKeyStoreType(String customKeyStoreType)
Indicates the type of the custom key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withTrustAnchorCertificate(String trustAnchorCertificate)
The trust anchor certificate of the CloudHSM cluster associated with an CloudHSM key store.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withXksProxyConfiguration(XksProxyConfigurationType xksProxyConfiguration)
Configuration settings for the external key store proxy (XKS proxy).
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomKeyStoresListEntry> |
DescribeCustomKeyStoresResult.getCustomKeyStores()
Contains metadata about each custom key store.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomKeyStoresResult |
DescribeCustomKeyStoresResult.withCustomKeyStores(CustomKeyStoresListEntry... customKeyStores)
Contains metadata about each custom key store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCustomKeyStoresResult.setCustomKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResult |
DescribeCustomKeyStoresResult.withCustomKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores)
Contains metadata about each custom key store.
|
Copyright © 2022. All rights reserved.