| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
XksProxyAuthenticationCredentialType |
XksProxyAuthenticationCredentialType.clone() |
XksProxyAuthenticationCredentialType |
UpdateCustomKeyStoreRequest.getXksProxyAuthenticationCredential()
Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
|
XksProxyAuthenticationCredentialType |
CreateCustomKeyStoreRequest.getXksProxyAuthenticationCredential()
Specifies an authentication credential for the external key store proxy (XKS proxy).
|
XksProxyAuthenticationCredentialType |
XksProxyAuthenticationCredentialType.withAccessKeyId(String accessKeyId)
A unique identifier for the raw secret access key.
|
XksProxyAuthenticationCredentialType |
XksProxyAuthenticationCredentialType.withRawSecretAccessKey(String rawSecretAccessKey)
A secret string of 43-64 characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCustomKeyStoreRequest.setXksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
|
void |
CreateCustomKeyStoreRequest.setXksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy).
|
UpdateCustomKeyStoreRequest |
UpdateCustomKeyStoreRequest.withXksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withXksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy).
|
Copyright © 2022. All rights reserved.