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