| 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 |
|---|---|
GetFunctionDefinitionVersionResult |
AWSGreengrass.getFunctionDefinitionVersion(GetFunctionDefinitionVersionRequest getFunctionDefinitionVersionRequest)
Retrieves information about a Lambda function definition version, including which Lambda functions are included
in the version and their configurations.
|
GetFunctionDefinitionVersionResult |
AWSGreengrassClient.getFunctionDefinitionVersion(GetFunctionDefinitionVersionRequest request)
Retrieves information about a Lambda function definition version, including which Lambda functions are included
in the version and their configurations.
|
GetFunctionDefinitionVersionResult |
AbstractAWSGreengrass.getFunctionDefinitionVersion(GetFunctionDefinitionVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.clone() |
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withArn(String arn)
The ARN of the function definition version.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the function definition version was created.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withDefinition(FunctionDefinitionVersion definition)
Information on the definition.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withId(String id)
The ID of the function definition version.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withVersion(String version)
The version of the function definition version.
|
Copyright © 2018. All rights reserved.