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