Uses of Interface
software.amazon.awssdk.services.iotjobsdataplane.IotJobsDataPlaneBaseClientBuilder
-
Packages that use IotJobsDataPlaneBaseClientBuilder Package Description software.amazon.awssdk.services.iotjobsdataplane AWS IoT Jobs is a service that allows you to define a set of jobs — remote operations that are sent to and executed on one or more devices connected to AWS IoT. -
-
Uses of IotJobsDataPlaneBaseClientBuilder in software.amazon.awssdk.services.iotjobsdataplane
Classes in software.amazon.awssdk.services.iotjobsdataplane with type parameters of type IotJobsDataPlaneBaseClientBuilder Modifier and Type Interface Description interfaceIotJobsDataPlaneBaseClientBuilder<B extends IotJobsDataPlaneBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT Jobs Data Plane that is supported by bothIotJobsDataPlaneClientBuilderandIotJobsDataPlaneAsyncClientBuilder.Subinterfaces of IotJobsDataPlaneBaseClientBuilder in software.amazon.awssdk.services.iotjobsdataplane Modifier and Type Interface Description interfaceIotJobsDataPlaneAsyncClientBuilderA builder for creating an instance ofIotJobsDataPlaneAsyncClient.interfaceIotJobsDataPlaneClientBuilderA builder for creating an instance ofIotJobsDataPlaneClient.
-