| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFunctionDefinitionsResult> |
AbstractAWSGreengrassAsync.listFunctionDefinitionsAsync(ListFunctionDefinitionsRequest request,
AsyncHandler<ListFunctionDefinitionsRequest,ListFunctionDefinitionsResult> asyncHandler) |
Future<ListFunctionDefinitionsResult> |
AWSGreengrassAsyncClient.listFunctionDefinitionsAsync(ListFunctionDefinitionsRequest request,
AsyncHandler<ListFunctionDefinitionsRequest,ListFunctionDefinitionsResult> asyncHandler) |
Future<ListFunctionDefinitionsResult> |
AWSGreengrassAsync.listFunctionDefinitionsAsync(ListFunctionDefinitionsRequest listFunctionDefinitionsRequest,
AsyncHandler<ListFunctionDefinitionsRequest,ListFunctionDefinitionsResult> asyncHandler)
Retrieves a list of Lambda function definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListFunctionDefinitionsRequest |
ListFunctionDefinitionsRequest.clone() |
ListFunctionDefinitionsRequest |
ListFunctionDefinitionsRequest.withMaxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListFunctionDefinitionsRequest |
ListFunctionDefinitionsRequest.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2022. All rights reserved.