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