| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelJobResult> |
AWSIotAsyncClient.cancelJobAsync(CancelJobRequest request,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler) |
Future<CancelJobResult> |
AbstractAWSIotAsync.cancelJobAsync(CancelJobRequest request,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler) |
Future<CancelJobResult> |
AWSIotAsync.cancelJobAsync(CancelJobRequest cancelJobRequest,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)
Cancels a job.
|
| Modifier and Type | Method and Description |
|---|---|
CancelJobRequest |
CancelJobRequest.clone() |
CancelJobRequest |
CancelJobRequest.withComment(String comment)
An optional comment string describing why the job was canceled.
|
CancelJobRequest |
CancelJobRequest.withForce(Boolean force)
(Optional) If
true job executions with status "IN_PROGRESS" and "QUEUED" are canceled, otherwise
only job executions with status "QUEUED" are canceled. |
CancelJobRequest |
CancelJobRequest.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
CancelJobRequest |
CancelJobRequest.withReasonCode(String reasonCode)
(Optional)A reason code string that explains why the job was canceled.
|
Copyright © 2022. All rights reserved.