Uses of Class
com.azure.security.keyvault.keys.KeyClientBuilder
Packages that use KeyClientBuilder
-
Uses of KeyClientBuilder in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return KeyClientBuilderModifier and TypeMethodDescriptionKeyClientBuilder.addPolicy
(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policy
to apply on each request sent.KeyClientBuilder.clientOptions
(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.KeyClientBuilder.configuration
(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.KeyClientBuilder.credential
(com.azure.core.credential.TokenCredential credential) Sets theTokenCredential
used to authorize requests sent to the service.KeyClientBuilder.disableChallengeResourceVerification()
Disables verifying if the authentication challenge resource matches the Key Vault or Managed HSM domain.KeyClientBuilder.httpClient
(com.azure.core.http.HttpClient client) Sets theHttpClient
to use for sending and receiving requests to and from the service.KeyClientBuilder.httpLogOptions
(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configuration
to use when sending and receiving requests to and from the service.KeyClientBuilder.pipeline
(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipeline
to use for the service client.KeyClientBuilder.retryOptions
(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptions
for all the requests made through the client.KeyClientBuilder.retryPolicy
(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicy
that is used when each request is sent.KeyClientBuilder.serviceVersion
(KeyServiceVersion version) Sets theKeyServiceVersion
that is used when making API requests.Sets the vault endpoint URL to send HTTP requests to.