| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
XksProxyAuthenticationCredentialType.Builder |
XksProxyAuthenticationCredentialType.Builder.accessKeyId(String accessKeyId)
A unique identifier for the raw secret access key.
|
static XksProxyAuthenticationCredentialType.Builder |
XksProxyAuthenticationCredentialType.builder() |
XksProxyAuthenticationCredentialType.Builder |
XksProxyAuthenticationCredentialType.Builder.rawSecretAccessKey(String rawSecretAccessKey)
A secret string of 43-64 characters.
|
XksProxyAuthenticationCredentialType.Builder |
XksProxyAuthenticationCredentialType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XksProxyAuthenticationCredentialType.Builder> |
XksProxyAuthenticationCredentialType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy).
|
default UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential)
Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
|
Copyright © 2023. All rights reserved.