Uses of Class
com.azure.communication.identity.CommunicationIdentityClientBuilder
Packages that use CommunicationIdentityClientBuilder
Package
Description
Package containing the classes for AzureCommunicationIdentity.
-
Uses of CommunicationIdentityClientBuilder in com.azure.communication.identity
Methods in com.azure.communication.identity that return CommunicationIdentityClientBuilderModifier and TypeMethodDescriptionCommunicationIdentityClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy customPolicy) Adds apipeline policyto apply on each request sent.CommunicationIdentityClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.CommunicationIdentityClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.CommunicationIdentityClientBuilder.connectionString(String connectionString) Set endpoint and credential to useCommunicationIdentityClientBuilder.credential(com.azure.core.credential.AzureKeyCredential keyCredential) Sets theAzureKeyCredentialused to authenticate HTTP requests.CommunicationIdentityClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.Set endpoint of the serviceCommunicationIdentityClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.CommunicationIdentityClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.CommunicationIdentityClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.CommunicationIdentityClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.CommunicationIdentityClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicythat is used when each request is sent.CommunicationIdentityClientBuilder.serviceVersion(CommunicationIdentityServiceVersion version) Sets theCommunicationIdentityServiceVersionthat is used when making API requests.