| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobExecutionsForThingResponse> |
ListJobExecutionsForThingIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobExecutionsForThingPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobExecutionsForThingResponse> subscriber) |
Copyright © 2023. All rights reserved.