| 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<GetFunctionDefinitionResult> |
AbstractAWSGreengrassAsync.getFunctionDefinitionAsync(GetFunctionDefinitionRequest request,
AsyncHandler<GetFunctionDefinitionRequest,GetFunctionDefinitionResult> asyncHandler) |
Future<GetFunctionDefinitionResult> |
AWSGreengrassAsyncClient.getFunctionDefinitionAsync(GetFunctionDefinitionRequest request,
AsyncHandler<GetFunctionDefinitionRequest,GetFunctionDefinitionResult> asyncHandler) |
Future<GetFunctionDefinitionResult> |
AWSGreengrassAsync.getFunctionDefinitionAsync(GetFunctionDefinitionRequest getFunctionDefinitionRequest,
AsyncHandler<GetFunctionDefinitionRequest,GetFunctionDefinitionResult> asyncHandler)
Retrieves information about a Lambda function definition, such as its creation time and latest version.
|
| Modifier and Type | Method and Description |
|---|---|
GetFunctionDefinitionRequest |
GetFunctionDefinitionRequest.clone() |
GetFunctionDefinitionRequest |
GetFunctionDefinitionRequest.withFunctionDefinitionId(String functionDefinitionId)
the unique Id of the lambda definition
|
Copyright © 2018. All rights reserved.