| Package | Description |
|---|---|
| com.amazonaws.services.panorama |
|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
AbstractAWSPanorama.listDevices(ListDevicesRequest request) |
ListDevicesResult |
AWSPanoramaClient.listDevices(ListDevicesRequest request)
Returns a list of devices.
|
ListDevicesResult |
AWSPanorama.listDevices(ListDevicesRequest listDevicesRequest)
Returns a list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AbstractAWSPanoramaAsync.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSPanoramaAsyncClient.listDevicesAsync(ListDevicesRequest request) |
Future<ListDevicesResult> |
AWSPanoramaAsync.listDevicesAsync(ListDevicesRequest listDevicesRequest)
Returns a list of devices.
|
Future<ListDevicesResult> |
AbstractAWSPanoramaAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevicesResult> |
AbstractAWSPanoramaAsync.listDevicesAsync(ListDevicesRequest request,
AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.clone() |
ListDevicesResult |
ListDevicesResult.withDevices(Collection<Device> devices)
A list of devices.
|
ListDevicesResult |
ListDevicesResult.withDevices(Device... devices)
A list of devices.
|
ListDevicesResult |
ListDevicesResult.withNextToken(String nextToken)
A pagination token that's included if more results are available.
|
Copyright © 2023. All rights reserved.