| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentVersionResult> |
AbstractAWSGreengrassV2Async.createComponentVersionAsync(CreateComponentVersionRequest request,
AsyncHandler<CreateComponentVersionRequest,CreateComponentVersionResult> asyncHandler) |
Future<CreateComponentVersionResult> |
AWSGreengrassV2Async.createComponentVersionAsync(CreateComponentVersionRequest createComponentVersionRequest,
AsyncHandler<CreateComponentVersionRequest,CreateComponentVersionResult> asyncHandler)
Creates a component.
|
Future<CreateComponentVersionResult> |
AWSGreengrassV2AsyncClient.createComponentVersionAsync(CreateComponentVersionRequest request,
AsyncHandler<CreateComponentVersionRequest,CreateComponentVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentVersionRequest |
CreateComponentVersionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateComponentVersionRequest |
CreateComponentVersionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateComponentVersionRequest |
CreateComponentVersionRequest.clone() |
CreateComponentVersionRequest |
CreateComponentVersionRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you can provide to ensure that the request is idempotent.
|
CreateComponentVersionRequest |
CreateComponentVersionRequest.withInlineRecipe(ByteBuffer inlineRecipe)
The recipe to use to create the component.
|
CreateComponentVersionRequest |
CreateComponentVersionRequest.withLambdaFunction(LambdaFunctionRecipeSource lambdaFunction)
The parameters to create a component from a Lambda function.
|
CreateComponentVersionRequest |
CreateComponentVersionRequest.withTags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource.
|
Copyright © 2022. All rights reserved.