| 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 |
|---|---|
CreateFunctionDefinitionResult |
AWSGreengrass.createFunctionDefinition(CreateFunctionDefinitionRequest createFunctionDefinitionRequest)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
CreateFunctionDefinitionResult |
AWSGreengrassClient.createFunctionDefinition(CreateFunctionDefinitionRequest request)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
CreateFunctionDefinitionResult |
AbstractAWSGreengrass.createFunctionDefinition(CreateFunctionDefinitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFunctionDefinitionResult> |
AbstractAWSGreengrassAsync.createFunctionDefinitionAsync(CreateFunctionDefinitionRequest request,
AsyncHandler<CreateFunctionDefinitionRequest,CreateFunctionDefinitionResult> asyncHandler) |
Future<CreateFunctionDefinitionResult> |
AWSGreengrassAsyncClient.createFunctionDefinitionAsync(CreateFunctionDefinitionRequest request,
AsyncHandler<CreateFunctionDefinitionRequest,CreateFunctionDefinitionResult> asyncHandler) |
Future<CreateFunctionDefinitionResult> |
AWSGreengrassAsync.createFunctionDefinitionAsync(CreateFunctionDefinitionRequest createFunctionDefinitionRequest,
AsyncHandler<CreateFunctionDefinitionRequest,CreateFunctionDefinitionResult> asyncHandler)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.clone() |
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withArn(String arn)
Arn of the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withId(String id)
Id of the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withLatestVersion(String latestVersion)
Last version of the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withLatestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withName(String name)
Name of the definition.
|
Copyright © 2018. All rights reserved.