Uses of Class
software.amazon.awssdk.services.greengrassv2.model.GetComponentResponse
-
Packages that use GetComponentResponse Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices. -
-
Uses of GetComponentResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return GetComponentResponse Modifier and Type Method Description default GetComponentResponseGreengrassV2Client. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets the recipe for a version of a component.default GetComponentResponseGreengrassV2Client. getComponent(GetComponentRequest getComponentRequest)Gets the recipe for a version of a component.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type GetComponentResponse Modifier and Type Method Description default CompletableFuture<GetComponentResponse>GreengrassV2AsyncClient. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets the recipe for a version of a component.default CompletableFuture<GetComponentResponse>GreengrassV2AsyncClient. getComponent(GetComponentRequest getComponentRequest)Gets the recipe for a version of a component.
-