Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.ServiceQuotaExceededException
-
Packages that use ServiceQuotaExceededException Package Description software.amazon.awssdk.services.iotjobsdataplane 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 Amazon Web Services IoT Core. -
-
Uses of ServiceQuotaExceededException in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that throw ServiceQuotaExceededException Modifier and Type Method Description default StartCommandExecutionResponseIotJobsDataPlaneClient. startCommandExecution(Consumer<StartCommandExecutionRequest.Builder> startCommandExecutionRequest)Using the command created with theCreateCommandAPI, start a command execution on a specific device.default StartCommandExecutionResponseIotJobsDataPlaneClient. startCommandExecution(StartCommandExecutionRequest startCommandExecutionRequest)Using the command created with theCreateCommandAPI, start a command execution on a specific device.
-