Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.IotJobsDataPlaneException
-
Packages that use IotJobsDataPlaneException 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.software.amazon.awssdk.services.iotjobsdataplane.model -
-
Uses of IotJobsDataPlaneException in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that throw IotJobsDataPlaneException 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.default GetPendingJobExecutionsResponseIotJobsDataPlaneClient. getPendingJobExecutions(Consumer<GetPendingJobExecutionsRequest.Builder> getPendingJobExecutionsRequest)Gets the list of all jobs for a thing that are not in a terminal status.default GetPendingJobExecutionsResponseIotJobsDataPlaneClient. getPendingJobExecutions(GetPendingJobExecutionsRequest getPendingJobExecutionsRequest)Gets the list of all jobs for a thing that are not in a terminal status.default StartNextPendingJobExecutionResponseIotJobsDataPlaneClient. startNextPendingJobExecution(Consumer<StartNextPendingJobExecutionRequest.Builder> startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.default StartNextPendingJobExecutionResponseIotJobsDataPlaneClient. startNextPendingJobExecution(StartNextPendingJobExecutionRequest startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.default UpdateJobExecutionResponseIotJobsDataPlaneClient. updateJobExecution(Consumer<UpdateJobExecutionRequest.Builder> updateJobExecutionRequest)Updates the status of a job execution.default UpdateJobExecutionResponseIotJobsDataPlaneClient. updateJobExecution(UpdateJobExecutionRequest updateJobExecutionRequest)Updates the status of a job execution. -
Uses of IotJobsDataPlaneException in software.amazon.awssdk.services.iotjobsdataplane.model
Subclasses of IotJobsDataPlaneException in software.amazon.awssdk.services.iotjobsdataplane.model Modifier and Type Class Description classCertificateValidationExceptionThe certificate is invalid.classInvalidRequestExceptionThe contents of the request were invalid.classInvalidStateTransitionExceptionAn update attempted to change the job execution to a state that is invalid because of the job execution's current state (for example, an attempt to change a request in state SUCCESS to state IN_PROGRESS).classResourceNotFoundExceptionThe specified resource does not exist.classServiceUnavailableExceptionThe service is temporarily unavailable.classTerminalStateExceptionThe job is in a terminal state.classThrottlingExceptionThe rate exceeds the limit.Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return IotJobsDataPlaneException Modifier and Type Method Description IotJobsDataPlaneExceptionIotJobsDataPlaneException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.iotjobsdataplane.model with parameters of type IotJobsDataPlaneException Constructor Description BuilderImpl(IotJobsDataPlaneException ex)
-