Uses of Class
software.amazon.awssdk.services.greengrassv2.model.GetComponentRequest
-
Packages that use GetComponentRequest 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.transform -
-
Uses of GetComponentRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type GetComponentRequest Modifier and Type Method Description default CompletableFuture<GetComponentResponse>GreengrassV2AsyncClient. getComponent(GetComponentRequest getComponentRequest)Gets the recipe for a version of a component.default GetComponentResponseGreengrassV2Client. getComponent(GetComponentRequest getComponentRequest)Gets the recipe for a version of a component. -
Uses of GetComponentRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type GetComponentRequest Modifier and Type Method Description SdkHttpFullRequestGetComponentRequestMarshaller. marshall(GetComponentRequest getComponentRequest)
-