Uses of Class
com.azure.security.keyvault.administration.KeyVaultSettingsClientBuilder
Packages that use KeyVaultSettingsClientBuilder
Package
Description
Package containing classes for creating clients
KeyVaultAccessControlAsyncClient and
KeyVaultAccessControlClient that perform access control operations
on Azure Key Vault resources, as well as clients
KeyVaultBackupAsyncClient and
KeyVaultBackupClient that perform backup and restore operations on
Azure Key Vault keys.-
Uses of KeyVaultSettingsClientBuilder in com.azure.security.keyvault.administration
Methods in com.azure.security.keyvault.administration that return KeyVaultSettingsClientBuilderModifier and TypeMethodDescriptionKeyVaultSettingsClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.KeyVaultSettingsClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.KeyVaultSettingsClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.KeyVaultSettingsClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.KeyVaultSettingsClientBuilder.disableChallengeResourceVerification()Disables verifying if the authentication challenge resource matches the Key Vault or Managed HSM domain.KeyVaultSettingsClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.KeyVaultSettingsClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.KeyVaultSettingsClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.KeyVaultSettingsClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.KeyVaultSettingsClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicythat is used when each request is sent.KeyVaultSettingsClientBuilder.serviceVersion(KeyVaultAdministrationServiceVersion serviceVersion) Sets theKeyVaultAdministrationServiceVersionthat is used when making API requests.Sets the URL to the Key Vault on which the client operates.