| 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 |
|---|---|
CreateFunctionDefinitionVersionResult |
AWSGreengrass.createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest createFunctionDefinitionVersionRequest)
Create a version of a Lambda function definition that has already been defined.
|
CreateFunctionDefinitionVersionResult |
AWSGreengrassClient.createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest request)
Create a version of a Lambda function definition that has already been defined.
|
CreateFunctionDefinitionVersionResult |
AbstractAWSGreengrass.createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.clone() |
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.withArn(String arn)
Arn of the version.
|
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the version was created.
|
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.withId(String id)
Id of the resource container.
|
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.withVersion(String version)
Unique Id of a version.
|
Copyright © 2018. All rights reserved.