| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama |
|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDevicesJobsResponse> |
PanoramaAsyncClient.listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)
Returns a list of jobs.
|
default ListDevicesJobsResponse |
PanoramaClient.listDevicesJobs(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)
Returns a list of jobs.
|
default ListDevicesJobsPublisher |
PanoramaAsyncClient.listDevicesJobsPaginator(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)
Returns a list of jobs.
|
default ListDevicesJobsIterable |
PanoramaClient.listDevicesJobsPaginator(Consumer<ListDevicesJobsRequest.Builder> listDevicesJobsRequest)
Returns a list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDevicesJobsRequest.Builder |
ListDevicesJobsRequest.builder() |
ListDevicesJobsRequest.Builder |
ListDevicesJobsRequest.Builder.deviceId(String deviceId)
Filter results by the job's target device ID.
|
ListDevicesJobsRequest.Builder |
ListDevicesJobsRequest.Builder.maxResults(Integer maxResults)
The maximum number of device jobs to return in one page of results.
|
ListDevicesJobsRequest.Builder |
ListDevicesJobsRequest.Builder.nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListDevicesJobsRequest.Builder |
ListDevicesJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesJobsRequest.Builder |
ListDevicesJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicesJobsRequest.Builder |
ListDevicesJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesJobsRequest.Builder> |
ListDevicesJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.