| 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 |
|---|---|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.clone() |
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withFunctionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withFunctions(Function... functions)
A list of Lambda functions in this function definition version.
|
Copyright © 2024. All rights reserved.