Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
ListJobExecutionsForThingResult |
AbstractAWSIot.listJobExecutionsForThing(ListJobExecutionsForThingRequest request) |
ListJobExecutionsForThingResult |
AWSIot.listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
ListJobExecutionsForThingResult |
AWSIotClient.listJobExecutionsForThing(ListJobExecutionsForThingRequest request)
Lists the job executions for the specified thing.
|
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 |
---|---|
ListJobExecutionsForThingResult |
ListJobExecutionsForThingResult.clone() |
ListJobExecutionsForThingResult |
ListJobExecutionsForThingResult.withExecutionSummaries(Collection<JobExecutionSummaryForThing> executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForThingResult |
ListJobExecutionsForThingResult.withExecutionSummaries(JobExecutionSummaryForThing... executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForThingResult |
ListJobExecutionsForThingResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
Copyright © 2023. All rights reserved.