Uses of Class
software.amazon.awssdk.services.iot.model.CancelJobExecutionResponse
-
Packages that use CancelJobExecutionResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CancelJobExecutionResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CancelJobExecutionResponse Modifier and Type Method Description default CancelJobExecutionResponseIotClient. cancelJobExecution(Consumer<CancelJobExecutionRequest.Builder> cancelJobExecutionRequest)Cancels the execution of a job for a given thing.default CancelJobExecutionResponseIotClient. cancelJobExecution(CancelJobExecutionRequest cancelJobExecutionRequest)Cancels the execution of a job for a given thing.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CancelJobExecutionResponse Modifier and Type Method Description default CompletableFuture<CancelJobExecutionResponse>IotAsyncClient. cancelJobExecution(Consumer<CancelJobExecutionRequest.Builder> cancelJobExecutionRequest)Cancels the execution of a job for a given thing.default CompletableFuture<CancelJobExecutionResponse>IotAsyncClient. cancelJobExecution(CancelJobExecutionRequest cancelJobExecutionRequest)Cancels the execution of a job for a given thing.
-