Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ListInstalledComponentsResponse
-
Packages that use ListInstalledComponentsResponse 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.paginators -
-
Uses of ListInstalledComponentsResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListInstalledComponentsResponse Modifier and Type Method Description default ListInstalledComponentsResponseGreengrassV2Client. listInstalledComponents(Consumer<ListInstalledComponentsRequest.Builder> listInstalledComponentsRequest)Retrieves a paginated list of the components that a Greengrass core device runs.default ListInstalledComponentsResponseGreengrassV2Client. listInstalledComponents(ListInstalledComponentsRequest listInstalledComponentsRequest)Retrieves a paginated list of the components that a Greengrass core device runs.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type ListInstalledComponentsResponse Modifier and Type Method Description default CompletableFuture<ListInstalledComponentsResponse>GreengrassV2AsyncClient. listInstalledComponents(Consumer<ListInstalledComponentsRequest.Builder> listInstalledComponentsRequest)Retrieves a paginated list of the components that a Greengrass core device runs.default CompletableFuture<ListInstalledComponentsResponse>GreengrassV2AsyncClient. listInstalledComponents(ListInstalledComponentsRequest listInstalledComponentsRequest)Retrieves a paginated list of the components that a Greengrass core device runs. -
Uses of ListInstalledComponentsResponse in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type ListInstalledComponentsResponse Modifier and Type Method Description Iterator<ListInstalledComponentsResponse>ListInstalledComponentsIterable. iterator()Method parameters in software.amazon.awssdk.services.greengrassv2.paginators with type arguments of type ListInstalledComponentsResponse Modifier and Type Method Description voidListInstalledComponentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstalledComponentsResponse> subscriber)
-