| 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 |
|---|---|
ListFunctionDefinitionVersionsResult |
AWSGreengrassClient.listFunctionDefinitionVersions(ListFunctionDefinitionVersionsRequest request)
Lists the versions of a Lambda function definition.
|
ListFunctionDefinitionVersionsResult |
AWSGreengrass.listFunctionDefinitionVersions(ListFunctionDefinitionVersionsRequest listFunctionDefinitionVersionsRequest)
Lists the versions of a Lambda function definition.
|
ListFunctionDefinitionVersionsResult |
AbstractAWSGreengrass.listFunctionDefinitionVersions(ListFunctionDefinitionVersionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ListFunctionDefinitionVersionsResult |
ListFunctionDefinitionVersionsResult.clone() |
ListFunctionDefinitionVersionsResult |
ListFunctionDefinitionVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListFunctionDefinitionVersionsResult |
ListFunctionDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListFunctionDefinitionVersionsResult |
ListFunctionDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
Copyright © 2023. All rights reserved.