Uses of Interface
software.amazon.awssdk.services.kms.model.XksProxyAuthenticationCredentialType.Builder
-
Packages that use XksProxyAuthenticationCredentialType.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of XksProxyAuthenticationCredentialType.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksProxyAuthenticationCredentialType.Builder Modifier and Type Method Description XksProxyAuthenticationCredentialType.BuilderXksProxyAuthenticationCredentialType.Builder. accessKeyId(String accessKeyId)A unique identifier for the raw secret access key.static XksProxyAuthenticationCredentialType.BuilderXksProxyAuthenticationCredentialType. builder()XksProxyAuthenticationCredentialType.BuilderXksProxyAuthenticationCredentialType.Builder. rawSecretAccessKey(String rawSecretAccessKey)A secret string of 43-64 characters.XksProxyAuthenticationCredentialType.BuilderXksProxyAuthenticationCredentialType. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type XksProxyAuthenticationCredentialType.Builder Modifier and Type Method Description static Class<? extends XksProxyAuthenticationCredentialType.Builder>XksProxyAuthenticationCredentialType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type XksProxyAuthenticationCredentialType.Builder Modifier and Type Method Description default CreateCustomKeyStoreRequest.BuilderCreateCustomKeyStoreRequest.Builder. xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential)Specifies an authentication credential for the external key store proxy (XKS proxy).default UpdateCustomKeyStoreRequest.BuilderUpdateCustomKeyStoreRequest.Builder. xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential)Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
-