| 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<UpdateFunctionDefinitionResult> |
AbstractAWSGreengrassAsync.updateFunctionDefinitionAsync(UpdateFunctionDefinitionRequest request,
AsyncHandler<UpdateFunctionDefinitionRequest,UpdateFunctionDefinitionResult> asyncHandler) |
Future<UpdateFunctionDefinitionResult> |
AWSGreengrassAsync.updateFunctionDefinitionAsync(UpdateFunctionDefinitionRequest updateFunctionDefinitionRequest,
AsyncHandler<UpdateFunctionDefinitionRequest,UpdateFunctionDefinitionResult> asyncHandler)
Updates a Lambda function definition.
|
Future<UpdateFunctionDefinitionResult> |
AWSGreengrassAsyncClient.updateFunctionDefinitionAsync(UpdateFunctionDefinitionRequest request,
AsyncHandler<UpdateFunctionDefinitionRequest,UpdateFunctionDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFunctionDefinitionRequest |
UpdateFunctionDefinitionRequest.clone() |
UpdateFunctionDefinitionRequest |
UpdateFunctionDefinitionRequest.withFunctionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
UpdateFunctionDefinitionRequest |
UpdateFunctionDefinitionRequest.withName(String name)
The name of the definition.
|
Copyright © 2025. All rights reserved.