| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelJobExecutionResult> |
AbstractAWSIotAsync.cancelJobExecutionAsync(CancelJobExecutionRequest request,
AsyncHandler<CancelJobExecutionRequest,CancelJobExecutionResult> asyncHandler) |
Future<CancelJobExecutionResult> |
AWSIotAsync.cancelJobExecutionAsync(CancelJobExecutionRequest cancelJobExecutionRequest,
AsyncHandler<CancelJobExecutionRequest,CancelJobExecutionResult> asyncHandler)
Cancels the execution of a job for a given thing.
|
Future<CancelJobExecutionResult> |
AWSIotAsyncClient.cancelJobExecutionAsync(CancelJobExecutionRequest request,
AsyncHandler<CancelJobExecutionRequest,CancelJobExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelJobExecutionRequest |
CancelJobExecutionRequest.addStatusDetailsEntry(String key,
String value)
Add a single StatusDetails entry
|
CancelJobExecutionRequest |
CancelJobExecutionRequest.clearStatusDetailsEntries()
Removes all the entries added into StatusDetails.
|
CancelJobExecutionRequest |
CancelJobExecutionRequest.clone() |
CancelJobExecutionRequest |
CancelJobExecutionRequest.withExpectedVersion(Long expectedVersion)
(Optional) The expected current version of the job execution.
|
CancelJobExecutionRequest |
CancelJobExecutionRequest.withForce(Boolean force)
(Optional) If
true the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. |
CancelJobExecutionRequest |
CancelJobExecutionRequest.withJobId(String jobId)
The ID of the job to be canceled.
|
CancelJobExecutionRequest |
CancelJobExecutionRequest.withStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
CancelJobExecutionRequest |
CancelJobExecutionRequest.withThingName(String thingName)
The name of the thing whose execution of the job will be canceled.
|
Copyright © 2023. All rights reserved.