| 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, such as which Lambda functions are included in
the version and their configurations.
|
GetFunctionDefinitionVersionResult |
AWSGreengrassClient.getFunctionDefinitionVersion(GetFunctionDefinitionVersionRequest request)
Retrieves information about a Lambda function definition version, such as 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)
Arn of the function definition version.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
Timestamp when the funtion definition version was created.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withDefinition(FunctionDefinitionVersion definition)
Information on the definition
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withId(String id)
Id of the function definition the version belongs to.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withVersion(String version)
Version of the function definition version.
|
Copyright © 2017. All rights reserved.