Uses of Class
software.amazon.awssdk.services.greengrassv2.paginators.ListDeploymentsIterable
-
Packages that use ListDeploymentsIterable 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 ListDeploymentsIterable in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListDeploymentsIterable Modifier and Type Method Description default ListDeploymentsIterableGreengrassV2Client. listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Retrieves a paginated list of deployments.default ListDeploymentsIterableGreengrassV2Client. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Retrieves a paginated list of deployments.
-