Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ListEffectiveDeploymentsResponse
-
Packages that use ListEffectiveDeploymentsResponse 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 ListEffectiveDeploymentsResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListEffectiveDeploymentsResponse Modifier and Type Method Description default ListEffectiveDeploymentsResponseGreengrassV2Client. listEffectiveDeployments(Consumer<ListEffectiveDeploymentsRequest.Builder> listEffectiveDeploymentsRequest)Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.default ListEffectiveDeploymentsResponseGreengrassV2Client. listEffectiveDeployments(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest)Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type ListEffectiveDeploymentsResponse Modifier and Type Method Description default CompletableFuture<ListEffectiveDeploymentsResponse>GreengrassV2AsyncClient. listEffectiveDeployments(Consumer<ListEffectiveDeploymentsRequest.Builder> listEffectiveDeploymentsRequest)Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.default CompletableFuture<ListEffectiveDeploymentsResponse>GreengrassV2AsyncClient. listEffectiveDeployments(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest)Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices. -
Uses of ListEffectiveDeploymentsResponse in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type ListEffectiveDeploymentsResponse Modifier and Type Method Description Iterator<ListEffectiveDeploymentsResponse>ListEffectiveDeploymentsIterable. iterator()Method parameters in software.amazon.awssdk.services.greengrassv2.paginators with type arguments of type ListEffectiveDeploymentsResponse Modifier and Type Method Description voidListEffectiveDeploymentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEffectiveDeploymentsResponse> subscriber)
-