Uses of Class
software.amazon.awssdk.services.iot.model.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of DeleteJobRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type DeleteJobRequest Modifier and Type Method Description default CompletableFuture<DeleteJobResponse>IotAsyncClient. deleteJob(DeleteJobRequest deleteJobRequest)Deletes a job and its related job executions.default DeleteJobResponseIotClient. deleteJob(DeleteJobRequest deleteJobRequest)Deletes a job and its related job executions. -
Uses of DeleteJobRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type DeleteJobRequest Modifier and Type Method Description SdkHttpFullRequestDeleteJobRequestMarshaller. marshall(DeleteJobRequest deleteJobRequest)
-