| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobExecutionsForThingResult> |
AbstractAWSIotAsync.listJobExecutionsForThingAsync(ListJobExecutionsForThingRequest request,
AsyncHandler<ListJobExecutionsForThingRequest,ListJobExecutionsForThingResult> asyncHandler) |
Future<ListJobExecutionsForThingResult> |
AWSIotAsync.listJobExecutionsForThingAsync(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest,
AsyncHandler<ListJobExecutionsForThingRequest,ListJobExecutionsForThingResult> asyncHandler)
Lists the job executions for the specified thing.
|
Future<ListJobExecutionsForThingResult> |
AWSIotAsyncClient.listJobExecutionsForThingAsync(ListJobExecutionsForThingRequest request,
AsyncHandler<ListJobExecutionsForThingRequest,ListJobExecutionsForThingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.clone() |
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.withNamespaceId(String namespaceId)
The namespace used to indicate that a job is a customer-managed job.
|
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.withStatus(JobExecutionStatus status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.withStatus(String status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobExecutionsForThingRequest |
ListJobExecutionsForThingRequest.withThingName(String thingName)
The thing name.
|
Copyright © 2023. All rights reserved.