Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.TerminalStateException
-
Packages that use TerminalStateException 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 TerminalStateException in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that throw TerminalStateException Modifier and Type Method Description default DescribeJobExecutionResponseIotJobsDataPlaneClient. describeJobExecution(Consumer<DescribeJobExecutionRequest.Builder> describeJobExecutionRequest)Gets details of a job execution.default DescribeJobExecutionResponseIotJobsDataPlaneClient. describeJobExecution(DescribeJobExecutionRequest describeJobExecutionRequest)Gets details of a job execution.
-