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