| 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<ListComponentsResult> |
AWSGreengrassV2AsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSGreengrassV2Async.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
Retrieves a paginated list of component summaries.
|
Future<ListComponentsResult> |
AbstractAWSGreengrassV2Async.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest |
ListComponentsRequest.clone() |
ListComponentsRequest |
ListComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListComponentsRequest |
ListComponentsRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListComponentsRequest |
ListComponentsRequest.withScope(ComponentVisibilityScope scope)
The scope of the components to list.
|
ListComponentsRequest |
ListComponentsRequest.withScope(String scope)
The scope of the components to list.
|
Copyright © 2023. All rights reserved.