| 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 |
|---|---|
GetFunctionDefinitionResult |
AWSGreengrass.getFunctionDefinition(GetFunctionDefinitionRequest getFunctionDefinitionRequest)
Retrieves information about a Lambda function definition, such as its creation time and latest version.
|
GetFunctionDefinitionResult |
AWSGreengrassClient.getFunctionDefinition(GetFunctionDefinitionRequest request)
Retrieves information about a Lambda function definition, such as its creation time and latest version.
|
GetFunctionDefinitionResult |
AbstractAWSGreengrass.getFunctionDefinition(GetFunctionDefinitionRequest request) |
| 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 |
|---|---|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.clone() |
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withArn(String arn)
Arn of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withId(String id)
Id of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withLatestVersion(String latestVersion)
Last version of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withLatestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withName(String name)
Name of the definition.
|
Copyright © 2017. All rights reserved.