| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetComponentResponse |
GreengrassV2Client.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Gets the recipe for a version of a component.
|
default CompletableFuture<GetComponentResponse> |
GreengrassV2AsyncClient.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Gets the recipe for a version of a component.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentRequest.Builder |
GetComponentRequest.Builder.arn(String arn)
The ARN of the
component version.
|
static GetComponentRequest.Builder |
GetComponentRequest.builder() |
GetComponentRequest.Builder |
GetComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComponentRequest.Builder |
GetComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetComponentRequest.Builder |
GetComponentRequest.Builder.recipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
|
GetComponentRequest.Builder |
GetComponentRequest.Builder.recipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
|
GetComponentRequest.Builder |
GetComponentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetComponentRequest.Builder> |
GetComponentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.