| 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<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 |
|---|---|
GetComponentRequest |
GetComponentRequest.clone() |
GetComponentRequest |
GetComponentRequest.withArn(String arn)
The ARN of the component
version.
|
GetComponentRequest |
GetComponentRequest.withRecipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
|
GetComponentRequest |
GetComponentRequest.withRecipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
|
Copyright © 2024. All rights reserved.