Uses of Class
software.amazon.awssdk.services.kms.model.XksProxyAuthenticationCredentialType
Packages that use XksProxyAuthenticationCredentialType
-
Uses of XksProxyAuthenticationCredentialType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return XksProxyAuthenticationCredentialTypeModifier and TypeMethodDescriptionCreateCustomKeyStoreRequest.xksProxyAuthenticationCredential()Specifies an authentication credential for the external key store proxy (XKS proxy).UpdateCustomKeyStoreRequest.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 XksProxyAuthenticationCredentialTypeModifier and TypeMethodDescriptionCreateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential) Specifies an authentication credential for the external key store proxy (XKS proxy).UpdateCustomKeyStoreRequest.Builder.xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential) Changes the credentials that KMS uses to sign requests to the external key store proxy (XKS proxy).