Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.GetComponentRequest.Builder
-
Packages that use GetComponentRequest.Builder 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 -
-
Uses of GetComponentRequest.Builder in software.amazon.awssdk.services.greengrassv2
Method parameters in software.amazon.awssdk.services.greengrassv2 with type arguments of type GetComponentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetComponentResponse>GreengrassV2AsyncClient. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets the recipe for a version of a component.default GetComponentResponseGreengrassV2Client. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets the recipe for a version of a component. -
Uses of GetComponentRequest.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return GetComponentRequest.Builder Modifier and Type Method Description GetComponentRequest.BuilderGetComponentRequest.Builder. arn(String arn)The ARN of the component version.static GetComponentRequest.BuilderGetComponentRequest. builder()GetComponentRequest.BuilderGetComponentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentRequest.BuilderGetComponentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComponentRequest.BuilderGetComponentRequest.Builder. recipeOutputFormat(String recipeOutputFormat)The format of the recipe.GetComponentRequest.BuilderGetComponentRequest.Builder. recipeOutputFormat(RecipeOutputFormat recipeOutputFormat)The format of the recipe.GetComponentRequest.BuilderGetComponentRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type GetComponentRequest.Builder Modifier and Type Method Description static Class<? extends GetComponentRequest.Builder>GetComponentRequest. serializableBuilderClass()
-