| 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 |
|---|---|
GetComponentResult |
AbstractAWSGreengrassV2.getComponent(GetComponentRequest request) |
GetComponentResult |
AWSGreengrassV2Client.getComponent(GetComponentRequest request)
Gets the recipe for a version of a component.
|
GetComponentResult |
AWSGreengrassV2.getComponent(GetComponentRequest getComponentRequest)
Gets the recipe for a version of a component.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetComponentResult> |
AbstractAWSGreengrassV2Async.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
Future<GetComponentResult> |
AWSGreengrassV2Async.getComponentAsync(GetComponentRequest getComponentRequest,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler)
Gets the recipe for a version of a component.
|
Future<GetComponentResult> |
AWSGreengrassV2AsyncClient.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetComponentResult |
GetComponentResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetComponentResult |
GetComponentResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetComponentResult |
GetComponentResult.clone() |
GetComponentResult |
GetComponentResult.withRecipe(ByteBuffer recipe)
The recipe of the component version.
|
GetComponentResult |
GetComponentResult.withRecipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
|
GetComponentResult |
GetComponentResult.withRecipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
|
GetComponentResult |
GetComponentResult.withTags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource.
|
Copyright © 2024. All rights reserved.