| 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, including its creation time and latest version.
|
GetFunctionDefinitionResult |
AWSGreengrassClient.getFunctionDefinition(GetFunctionDefinitionRequest request)
Retrieves information about a Lambda function definition, including 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, including its creation time and latest version.
|
| Modifier and Type | Method and Description |
|---|---|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.clone() |
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withArn(String arn)
The ARN of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withId(String id)
The ID of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withLatestVersion(String latestVersion)
The latest version of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withName(String name)
The name of the definition.
|
Copyright © 2018. All rights reserved.