| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListJobExecutionsForThingResponse |
IotClient.listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
default CompletableFuture<ListJobExecutionsForThingResponse> |
IotAsyncClient.listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
default ListJobExecutionsForThingIterable |
IotClient.listJobExecutionsForThingPaginator(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
default ListJobExecutionsForThingPublisher |
IotAsyncClient.listJobExecutionsForThingPaginator(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
Lists the job executions for the specified thing.
|
| Constructor and Description |
|---|
ListJobExecutionsForThingIterable(IotClient client,
ListJobExecutionsForThingRequest firstRequest) |
ListJobExecutionsForThingPublisher(IotAsyncClient client,
ListJobExecutionsForThingRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListJobExecutionsForThingRequestMarshaller.marshall(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest) |
Copyright © 2021. All rights reserved.