Uses of Interface
software.amazon.awssdk.services.devicefarm.DeviceFarmBaseClientBuilder
-
Packages that use DeviceFarmBaseClientBuilder Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of DeviceFarmBaseClientBuilder in software.amazon.awssdk.services.devicefarm
Classes in software.amazon.awssdk.services.devicefarm with type parameters of type DeviceFarmBaseClientBuilder Modifier and Type Interface Description interfaceDeviceFarmBaseClientBuilder<B extends DeviceFarmBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Device Farm that is supported by bothDeviceFarmClientBuilderandDeviceFarmAsyncClientBuilder.Subinterfaces of DeviceFarmBaseClientBuilder in software.amazon.awssdk.services.devicefarm Modifier and Type Interface Description interfaceDeviceFarmAsyncClientBuilderA builder for creating an instance ofDeviceFarmAsyncClient.interfaceDeviceFarmClientBuilderA builder for creating an instance ofDeviceFarmClient.
-