| 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 |
|---|---|
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 |
|---|---|
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.clone() |
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.withAmznClientToken(String amznClientToken)
The client token used to request idempotent operations.
|
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.withInitialVersion(FunctionDefinitionVersion initialVersion)
Information on the initial version
|
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.withName(String name)
name of the function definition
|
Copyright © 2017. All rights reserved.