Uses of Class
software.amazon.awssdk.services.greengrassv2.paginators.ListComponentVersionsIterable
-
Packages that use ListComponentVersionsIterable 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 ListComponentVersionsIterable in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListComponentVersionsIterable Modifier and Type Method Description default ListComponentVersionsIterableGreengrassV2Client. listComponentVersionsPaginator(Consumer<ListComponentVersionsRequest.Builder> listComponentVersionsRequest)Retrieves a paginated list of all versions for a component.default ListComponentVersionsIterableGreengrassV2Client. listComponentVersionsPaginator(ListComponentVersionsRequest listComponentVersionsRequest)Retrieves a paginated list of all versions for a component.
-