Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.IotJobsDataPlaneException
-
Packages that use IotJobsDataPlaneException 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.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 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.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.classConflictExceptionA conflict has occurred when performing the API request.classInternalServerExceptionAn internal server error occurred when performing the API request.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.classServiceQuotaExceededExceptionThe service quota has been exceeded for this request.classServiceUnavailableExceptionThe service is temporarily unavailable.classTerminalStateExceptionThe job is in a terminal state.classThrottlingExceptionThe rate exceeds the limit.classValidationExceptionA validation error occurred when performing the API request.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)
-