| Package | Description |
|---|---|
| com.amazonaws.services.panorama |
|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AWSPanoramaAsyncClient.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
Future<ListDevicesResult> |
AWSPanoramaAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Returns a list of devices.
|
Future<ListDevicesResult> |
AbstractAWSPanoramaAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest |
ListDevicesRequest.clone() |
ListDevicesRequest |
ListDevicesRequest.withDeviceAggregatedStatusFilter(DeviceAggregatedStatus deviceAggregatedStatusFilter)
Filter based on a device's status.
|
ListDevicesRequest |
ListDevicesRequest.withDeviceAggregatedStatusFilter(String deviceAggregatedStatusFilter)
Filter based on a device's status.
|
ListDevicesRequest |
ListDevicesRequest.withMaxResults(Integer maxResults)
The maximum number of devices to return in one page of results.
|
ListDevicesRequest |
ListDevicesRequest.withNameFilter(String nameFilter)
Filter based on device's name.
|
ListDevicesRequest |
ListDevicesRequest.withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListDevicesRequest |
ListDevicesRequest.withSortBy(ListDevicesSortBy sortBy)
The target column to be sorted on.
|
ListDevicesRequest |
ListDevicesRequest.withSortBy(String sortBy)
The target column to be sorted on.
|
ListDevicesRequest |
ListDevicesRequest.withSortOrder(SortOrder sortOrder)
The sorting order for the returned list.
|
ListDevicesRequest |
ListDevicesRequest.withSortOrder(String sortOrder)
The sorting order for the returned list.
|
Copyright © 2023. All rights reserved.