| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS 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)
Specifies the maximum number of list results to be returned in this page
|
ListFunctionDefinitionsRequest |
ListFunctionDefinitionsRequest.withNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
Copyright © 2018. All rights reserved.