| Package | Description |
|---|---|
| com.amazonaws.services.panorama |
|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesJobsResult> |
AbstractAWSPanoramaAsync.listDevicesJobsAsync(ListDevicesJobsRequest request,
AsyncHandler<ListDevicesJobsRequest,ListDevicesJobsResult> asyncHandler) |
Future<ListDevicesJobsResult> |
AWSPanoramaAsyncClient.listDevicesJobsAsync(ListDevicesJobsRequest request,
AsyncHandler<ListDevicesJobsRequest,ListDevicesJobsResult> asyncHandler) |
Future<ListDevicesJobsResult> |
AWSPanoramaAsync.listDevicesJobsAsync(ListDevicesJobsRequest listDevicesJobsRequest,
AsyncHandler<ListDevicesJobsRequest,ListDevicesJobsResult> asyncHandler)
Returns a list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesJobsRequest |
ListDevicesJobsRequest.clone() |
ListDevicesJobsRequest |
ListDevicesJobsRequest.withDeviceId(String deviceId)
Filter results by the job's target device ID.
|
ListDevicesJobsRequest |
ListDevicesJobsRequest.withMaxResults(Integer maxResults)
The maximum number of device jobs to return in one page of results.
|
ListDevicesJobsRequest |
ListDevicesJobsRequest.withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
Copyright © 2023. All rights reserved.