| Package | Description |
|---|---|
| com.amazonaws.services.panorama |
|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesJobsResult |
AWSPanoramaClient.listDevicesJobs(ListDevicesJobsRequest request)
Returns a list of jobs.
|
ListDevicesJobsResult |
AbstractAWSPanorama.listDevicesJobs(ListDevicesJobsRequest request) |
ListDevicesJobsResult |
AWSPanorama.listDevicesJobs(ListDevicesJobsRequest listDevicesJobsRequest)
Returns a list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesJobsResult> |
AbstractAWSPanoramaAsync.listDevicesJobsAsync(ListDevicesJobsRequest request,
AsyncHandler<ListDevicesJobsRequest,ListDevicesJobsResult> asyncHandler) |
Future<ListDevicesJobsResult> |
AWSPanoramaAsync.listDevicesJobsAsync(ListDevicesJobsRequest listDevicesJobsRequest,
AsyncHandler<ListDevicesJobsRequest,ListDevicesJobsResult> asyncHandler)
Returns a list of jobs.
|
Future<ListDevicesJobsResult> |
AWSPanoramaAsyncClient.listDevicesJobsAsync(ListDevicesJobsRequest request,
AsyncHandler<ListDevicesJobsRequest,ListDevicesJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesJobsResult |
ListDevicesJobsResult.clone() |
ListDevicesJobsResult |
ListDevicesJobsResult.withDeviceJobs(Collection<DeviceJob> deviceJobs)
A list of jobs.
|
ListDevicesJobsResult |
ListDevicesJobsResult.withDeviceJobs(DeviceJob... deviceJobs)
A list of jobs.
|
ListDevicesJobsResult |
ListDevicesJobsResult.withNextToken(String nextToken)
A pagination token that's included if more results are available.
|
Copyright © 2025. All rights reserved.