Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.InternalServerException
-
Packages that use InternalServerException 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 InternalServerException in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that throw InternalServerException 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.
-