| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CancelJobResult |
AbstractAWSIot.cancelJob(CancelJobRequest request) |
CancelJobResult |
AWSIot.cancelJob(CancelJobRequest cancelJobRequest)
Cancels a job.
|
CancelJobResult |
AWSIotClient.cancelJob(CancelJobRequest request)
Cancels a job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CancelJobResult> |
AWSIotAsync.cancelJobAsync(CancelJobRequest cancelJobRequest)
Cancels a job.
|
Future<CancelJobResult> |
AWSIotAsyncClient.cancelJobAsync(CancelJobRequest request) |
Future<CancelJobResult> |
AbstractAWSIotAsync.cancelJobAsync(CancelJobRequest request) |
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 |
|---|---|
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 |
|---|---|
CancelJobResult |
CancelJobResult.clone() |
CancelJobResult |
CancelJobResult.withDescription(String description)
A short text description of the job.
|
CancelJobResult |
CancelJobResult.withJobArn(String jobArn)
The job ARN.
|
CancelJobResult |
CancelJobResult.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
Copyright © 2018. All rights reserved.