Uses of Class
com.azure.mixedreality.remoterendering.RemoteRenderingClientBuilder
Packages that use RemoteRenderingClientBuilder
Package
Description
This package contains classes for the Remote Rendering project.
-
Uses of RemoteRenderingClientBuilder in com.azure.mixedreality.remoterendering
Methods in com.azure.mixedreality.remoterendering that return RemoteRenderingClientBuilderModifier and TypeMethodDescriptionRemoteRenderingClientBuilder.accessToken(com.azure.core.credential.AccessToken accessToken) Use aAccessTokenfor authentication.RemoteRenderingClientBuilder.accountDomain(String accountDomain) Sets the accountDomain.Sets the accountId.RemoteRenderingClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy customPolicy) Adds a custom Http pipeline policy.RemoteRenderingClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Sets theClientOptionswhich enables various options to be set on the client.RemoteRenderingClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets The configuration store that is used during construction of the service client.RemoteRenderingClientBuilder.credential(com.azure.core.credential.AzureKeyCredential accountKeyCredential) Sets the accountKeyCredential to use for authentication.RemoteRenderingClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Use aTokenCredentialfor authentication.Sets the Remote Rendering service endpoint.RemoteRenderingClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets The HTTP client used to send the request.RemoteRenderingClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions) Sets The logging configuration for HTTP requests and responses.RemoteRenderingClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets The HTTP pipeline to send requests through.RemoteRenderingClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets The retry policy that will attempt to retry failed requests, if applicable.RemoteRenderingClientBuilder.serviceVersion(RemoteRenderingServiceVersion version) Sets theRemoteRenderingServiceVersionthat is used when making API requests.