Uses of Class
com.azure.maps.route.MapsRouteClientBuilder
Packages that use MapsRouteClientBuilder
-
Uses of MapsRouteClientBuilder in com.azure.maps.route
Methods in com.azure.maps.route that return MapsRouteClientBuilderModifier and TypeMethodDescriptionMapsRouteClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy customPolicy) Adds a custom Http pipeline policy.MapsRouteClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Sets The client options such as application ID and custom headers to set on a request.MapsRouteClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets The configuration store that is used during construction of the service client.MapsRouteClientBuilder.credential(com.azure.core.credential.AzureKeyCredential keyCredential) Sets theAzureKeyCredentialused to authenticate HTTP requests.MapsRouteClientBuilder.credential(com.azure.core.credential.AzureSasCredential sasCredential) Sets theAzureSasCredentialused to authenticate HTTP requests.MapsRouteClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authenticate HTTP requests.Set endpoint of the service.MapsRouteClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets The HTTP client used to send the request.MapsRouteClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions) Sets The logging configuration for HTTP requests and responses.MapsRouteClientBuilder.mapsClientId(String mapsClientId) Sets the Azure Maps client id for use with Azure AD Authentication.MapsRouteClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets The HTTP pipeline to send requests through.MapsRouteClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets retry optionsMapsRouteClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets The retry policy that will attempt to retry failed requests, if applicable.MapsRouteClientBuilder.serviceVersion(MapsRouteServiceVersion version) Sets theMapsRouteServiceVersionthat is used when making API requests.