| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobExecutionsForJobResponse |
IotClient.listJobExecutionsForJob(Consumer<ListJobExecutionsForJobRequest.Builder> listJobExecutionsForJobRequest)
Lists the job executions for a job.
|
default ListJobExecutionsForJobResponse |
IotClient.listJobExecutionsForJob(ListJobExecutionsForJobRequest listJobExecutionsForJobRequest)
Lists the job executions for a job.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobExecutionsForJobResponse> |
IotAsyncClient.listJobExecutionsForJob(Consumer<ListJobExecutionsForJobRequest.Builder> listJobExecutionsForJobRequest)
Lists the job executions for a job.
|
default CompletableFuture<ListJobExecutionsForJobResponse> |
IotAsyncClient.listJobExecutionsForJob(ListJobExecutionsForJobRequest listJobExecutionsForJobRequest)
Lists the job executions for a job.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobExecutionsForJobResponse> |
ListJobExecutionsForJobIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobExecutionsForJobPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobExecutionsForJobResponse> subscriber) |
Copyright © 2021. All rights reserved.