| 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<ListInstalledComponentsResult> |
AWSGreengrassV2AsyncClient.listInstalledComponentsAsync(ListInstalledComponentsRequest request,
AsyncHandler<ListInstalledComponentsRequest,ListInstalledComponentsResult> asyncHandler) |
Future<ListInstalledComponentsResult> |
AbstractAWSGreengrassV2Async.listInstalledComponentsAsync(ListInstalledComponentsRequest request,
AsyncHandler<ListInstalledComponentsRequest,ListInstalledComponentsResult> asyncHandler) |
Future<ListInstalledComponentsResult> |
AWSGreengrassV2Async.listInstalledComponentsAsync(ListInstalledComponentsRequest listInstalledComponentsRequest,
AsyncHandler<ListInstalledComponentsRequest,ListInstalledComponentsResult> asyncHandler)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstalledComponentsRequest |
ListInstalledComponentsRequest.clone() |
ListInstalledComponentsRequest |
ListInstalledComponentsRequest.withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListInstalledComponentsRequest |
ListInstalledComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListInstalledComponentsRequest |
ListInstalledComponentsRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
Copyright © 2021. All rights reserved.