| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelJobResult> |
AWSIotAsync.cancelJobAsync(CancelJobRequest cancelJobRequest,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)
Cancels a job.
|
Future<CancelJobResult> |
AWSIotAsyncClient.cancelJobAsync(CancelJobRequest request,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler) |
Future<CancelJobResult> |
AbstractAWSIotAsync.cancelJobAsync(CancelJobRequest request,
AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler) |
| 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.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
Copyright © 2018. All rights reserved.