| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelJobExecutionResponse |
IotClient.cancelJobExecution(CancelJobExecutionRequest cancelJobExecutionRequest)
Cancels the execution of a job for a given thing.
|
default CancelJobExecutionResponse |
IotClient.cancelJobExecution(Consumer<CancelJobExecutionRequest.Builder> cancelJobExecutionRequest)
Cancels the execution of a job for a given thing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CancelJobExecutionResponse> |
IotAsyncClient.cancelJobExecution(CancelJobExecutionRequest cancelJobExecutionRequest)
Cancels the execution of a job for a given thing.
|
default CompletableFuture<CancelJobExecutionResponse> |
IotAsyncClient.cancelJobExecution(Consumer<CancelJobExecutionRequest.Builder> cancelJobExecutionRequest)
Cancels the execution of a job for a given thing.
|
Copyright © 2021. All rights reserved.