Uses of Class
software.amazon.awssdk.services.kms.model.XksProxyAuthenticationCredentialType
-
Packages that use XksProxyAuthenticationCredentialType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of XksProxyAuthenticationCredentialType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksProxyAuthenticationCredentialType Modifier and Type Method Description XksProxyAuthenticationCredentialTypeCreateCustomKeyStoreRequest. xksProxyAuthenticationCredential()Specifies an authentication credential for the external key store proxy (XKS proxy).XksProxyAuthenticationCredentialTypeUpdateCustomKeyStoreRequest. xksProxyAuthenticationCredential()Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).Methods in software.amazon.awssdk.services.kms.model with parameters of type XksProxyAuthenticationCredentialType Modifier and Type Method Description CreateCustomKeyStoreRequest.BuilderCreateCustomKeyStoreRequest.Builder. xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)Specifies an authentication credential for the external key store proxy (XKS proxy).UpdateCustomKeyStoreRequest.BuilderUpdateCustomKeyStoreRequest.Builder. xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).
-