Uses of Class
com.azure.iot.deviceupdate.DeviceManagementClientBuilder
Packages that use DeviceManagementClientBuilder
Package
Description
Package containing the classes for DeviceUpdateClient.
-
Uses of DeviceManagementClientBuilder in com.azure.iot.deviceupdate
Methods in com.azure.iot.deviceupdate that return DeviceManagementClientBuilderModifier and TypeMethodDescriptionDeviceManagementClientBuilder.addPolicy(HttpPipelinePolicy customPolicy) Adds apipeline policyto apply on each request sent.DeviceManagementClientBuilder.clientOptions(ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.DeviceManagementClientBuilder.configuration(Configuration configuration) Sets the client-specific configuration used to retrieve client or global configuration properties when building a client.DeviceManagementClientBuilder.credential(TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.Sets the service endpoint that will be connected to by clients.DeviceManagementClientBuilder.httpClient(HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.DeviceManagementClientBuilder.httpLogOptions(HttpLogOptions httpLogOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.DeviceManagementClientBuilder.instanceId(String instanceId) Sets Account instance identifier.DeviceManagementClientBuilder.pipeline(HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.DeviceManagementClientBuilder.retryOptions(RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.DeviceManagementClientBuilder.retryPolicy(RetryPolicy retryPolicy) Sets The retry policy that will attempt to retry failed requests, if applicable.DeviceManagementClientBuilder.serviceVersion(DeviceUpdateServiceVersion serviceVersion) Sets Service version.