Uses of Class
software.amazon.awssdk.services.greengrassv2.paginators.ListEffectiveDeploymentsIterable
-
Packages that use ListEffectiveDeploymentsIterable 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 ListEffectiveDeploymentsIterable in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListEffectiveDeploymentsIterable Modifier and Type Method Description default ListEffectiveDeploymentsIterableGreengrassV2Client. listEffectiveDeploymentsPaginator(Consumer<ListEffectiveDeploymentsRequest.Builder> listEffectiveDeploymentsRequest)Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.default ListEffectiveDeploymentsIterableGreengrassV2Client. listEffectiveDeploymentsPaginator(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest)Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
-