| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCoreDevicesResult> |
AWSGreengrassV2AsyncClient.listCoreDevicesAsync(ListCoreDevicesRequest request,
AsyncHandler<ListCoreDevicesRequest,ListCoreDevicesResult> asyncHandler) |
Future<ListCoreDevicesResult> |
AWSGreengrassV2Async.listCoreDevicesAsync(ListCoreDevicesRequest listCoreDevicesRequest,
AsyncHandler<ListCoreDevicesRequest,ListCoreDevicesResult> asyncHandler)
Retrieves a paginated list of Greengrass core devices.
|
Future<ListCoreDevicesResult> |
AbstractAWSGreengrassV2Async.listCoreDevicesAsync(ListCoreDevicesRequest request,
AsyncHandler<ListCoreDevicesRequest,ListCoreDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCoreDevicesRequest |
ListCoreDevicesRequest.clone() |
ListCoreDevicesRequest |
ListCoreDevicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListCoreDevicesRequest |
ListCoreDevicesRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListCoreDevicesRequest |
ListCoreDevicesRequest.withStatus(CoreDeviceStatus status)
The core device status by which to filter.
|
ListCoreDevicesRequest |
ListCoreDevicesRequest.withStatus(String status)
The core device status by which to filter.
|
ListCoreDevicesRequest |
ListCoreDevicesRequest.withThingGroupArn(String thingGroupArn)
The ARN of the IoT thing
group by which to filter.
|
Copyright © 2022. All rights reserved.