| 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 |
|---|---|
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> |
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.
|
Future<GetFunctionDefinitionResult> |
AbstractAWSGreengrassAsync.getFunctionDefinitionAsync(GetFunctionDefinitionRequest request,
AsyncHandler<GetFunctionDefinitionRequest,GetFunctionDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
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 ID of the latest version associated with the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withName(String name)
The name of the definition.
|
GetFunctionDefinitionResult |
GetFunctionDefinitionResult.withTags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
Copyright © 2020. All rights reserved.