| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default ListJobExecutionsForThingResponse |
IotClient.listJobExecutionsForThing(Consumer<ListJobExecutionsForThingRequest.Builder> listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
default ListJobExecutionsForThingResponse |
IotClient.listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobExecutionsForThingResponse> |
IotAsyncClient.listJobExecutionsForThing(Consumer<ListJobExecutionsForThingRequest.Builder> listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
default CompletableFuture<ListJobExecutionsForThingResponse> |
IotAsyncClient.listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
Copyright © 2020. All rights reserved.