Uses of Class
software.amazon.awssdk.services.greengrassv2.paginators.ListInstalledComponentsPublisher
-
Packages that use ListInstalledComponentsPublisher 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 ListInstalledComponentsPublisher in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListInstalledComponentsPublisher Modifier and Type Method Description default ListInstalledComponentsPublisherGreengrassV2AsyncClient. listInstalledComponentsPaginator(Consumer<ListInstalledComponentsRequest.Builder> listInstalledComponentsRequest)Retrieves a paginated list of the components that a Greengrass core device runs.default ListInstalledComponentsPublisherGreengrassV2AsyncClient. listInstalledComponentsPaginator(ListInstalledComponentsRequest listInstalledComponentsRequest)Retrieves a paginated list of the components that a Greengrass core device runs.
-