Uses of Class
com.azure.security.keyvault.certificates.CertificateClientBuilder
Packages that use CertificateClientBuilder
-
Uses of CertificateClientBuilder in com.azure.security.keyvault.certificates
Classes in com.azure.security.keyvault.certificates that implement interfaces with type arguments of type CertificateClientBuilderModifier and TypeClassDescriptionfinal classThis class provides a fluent builder API to help aid the configuration and instantiation of thecertificate async clientandcertificate sync client, by callingbuildAsyncClientandbuildClientrespectively It constructs an instance of the desired client.final classThis class provides a fluent builder API to help aid the configuration and instantiation of thecertificate async clientandcertificate sync client, by callingbuildAsyncClientandbuildClientrespectively It constructs an instance of the desired client.final classThis class provides a fluent builder API to help aid the configuration and instantiation of thecertificate async clientandcertificate sync client, by callingbuildAsyncClientandbuildClientrespectively It constructs an instance of the desired client.Methods in com.azure.security.keyvault.certificates that return CertificateClientBuilderModifier and TypeMethodDescriptionCertificateClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.CertificateClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.CertificateClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.CertificateClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.CertificateClientBuilder.disableChallengeResourceVerification()Disables verifying if the authentication challenge resource matches the Key Vault domain.CertificateClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.CertificateClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.CertificateClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.CertificateClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.CertificateClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicythat is used when each request is sent.CertificateClientBuilder.serviceVersion(CertificateServiceVersion version) Sets theCertificateServiceVersionthat is used when making API requests.Sets the vault endpoint URL to send HTTP requests to.