| 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 |
|---|---|
CreateFunctionDefinitionResult |
AbstractAWSGreengrass.createFunctionDefinition(CreateFunctionDefinitionRequest request) |
CreateFunctionDefinitionResult |
AWSGreengrass.createFunctionDefinition(CreateFunctionDefinitionRequest createFunctionDefinitionRequest)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
CreateFunctionDefinitionResult |
AWSGreengrassClient.createFunctionDefinition(CreateFunctionDefinitionRequest request)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFunctionDefinitionResult> |
AbstractAWSGreengrassAsync.createFunctionDefinitionAsync(CreateFunctionDefinitionRequest request,
AsyncHandler<CreateFunctionDefinitionRequest,CreateFunctionDefinitionResult> asyncHandler) |
Future<CreateFunctionDefinitionResult> |
AWSGreengrassAsyncClient.createFunctionDefinitionAsync(CreateFunctionDefinitionRequest request,
AsyncHandler<CreateFunctionDefinitionRequest,CreateFunctionDefinitionResult> asyncHandler) |
Future<CreateFunctionDefinitionResult> |
AWSGreengrassAsync.createFunctionDefinitionAsync(CreateFunctionDefinitionRequest createFunctionDefinitionRequest,
AsyncHandler<CreateFunctionDefinitionRequest,CreateFunctionDefinitionResult> asyncHandler)
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be
used in a group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.clone() |
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withArn(String arn)
The ARN of the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withId(String id)
The ID of the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withLatestVersion(String latestVersion)
The ID of the latest version associated with the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.
|
CreateFunctionDefinitionResult |
CreateFunctionDefinitionResult.withName(String name)
The name of the definition.
|
Copyright © 2023. All rights reserved.