| 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)
Creates a version of a Lambda function definition that has already been defined.
|
CreateFunctionDefinitionVersionResult |
AWSGreengrassClient.createFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest request)
Creates 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)
The ARN of the version.
|
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.withId(String id)
The ID of the version.
|
CreateFunctionDefinitionVersionResult |
CreateFunctionDefinitionVersionResult.withVersion(String version)
The unique ID of the version.
|
Copyright © 2018. All rights reserved.