| 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 |
|---|---|
ListFunctionDefinitionsResult |
AWSGreengrassClient.listFunctionDefinitions(ListFunctionDefinitionsRequest request)
Retrieves a list of Lambda function definitions.
|
ListFunctionDefinitionsResult |
AbstractAWSGreengrass.listFunctionDefinitions(ListFunctionDefinitionsRequest request) |
ListFunctionDefinitionsResult |
AWSGreengrass.listFunctionDefinitions(ListFunctionDefinitionsRequest listFunctionDefinitionsRequest)
Retrieves a list of Lambda function definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFunctionDefinitionsResult> |
AbstractAWSGreengrassAsync.listFunctionDefinitionsAsync(ListFunctionDefinitionsRequest request,
AsyncHandler<ListFunctionDefinitionsRequest,ListFunctionDefinitionsResult> asyncHandler) |
Future<ListFunctionDefinitionsResult> |
AWSGreengrassAsync.listFunctionDefinitionsAsync(ListFunctionDefinitionsRequest listFunctionDefinitionsRequest,
AsyncHandler<ListFunctionDefinitionsRequest,ListFunctionDefinitionsResult> asyncHandler)
Retrieves a list of Lambda function definitions.
|
Future<ListFunctionDefinitionsResult> |
AWSGreengrassAsyncClient.listFunctionDefinitionsAsync(ListFunctionDefinitionsRequest request,
AsyncHandler<ListFunctionDefinitionsRequest,ListFunctionDefinitionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFunctionDefinitionsResult |
ListFunctionDefinitionsResult.clone() |
ListFunctionDefinitionsResult |
ListFunctionDefinitionsResult.withDefinitions(Collection<DefinitionInformation> definitions)
Information about a definition.
|
ListFunctionDefinitionsResult |
ListFunctionDefinitionsResult.withDefinitions(DefinitionInformation... definitions)
Information about a definition.
|
ListFunctionDefinitionsResult |
ListFunctionDefinitionsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2023. All rights reserved.