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