| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama |
|
| software.amazon.awssdk.services.panorama.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDevicesJobsResponse |
PanoramaClient.listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)
Returns a list of jobs.
|
default ListDevicesJobsResponse |
PanoramaClient.listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest)
Returns a list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDevicesJobsResponse> |
PanoramaAsyncClient.listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)
Returns a list of jobs.
|
default CompletableFuture<ListDevicesJobsResponse> |
PanoramaAsyncClient.listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest)
Returns a list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDevicesJobsResponse> |
ListDevicesJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDevicesJobsResponse> subscriber) |
Copyright © 2022. All rights reserved.