| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS IoT 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)
A client token used to correlate requests and responses.
|
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.withInitialVersion(FunctionDefinitionVersion initialVersion)
Information about the initial version of the function definition.
|
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.withName(String name)
The name of the function definition.
|
Copyright © 2019. All rights reserved.