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