Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ListDeploymentsResponse
-
Packages that use ListDeploymentsResponse 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 ListDeploymentsResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListDeploymentsResponse Modifier and Type Method Description default ListDeploymentsResponseGreengrassV2Client. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Retrieves a paginated list of deployments.default ListDeploymentsResponseGreengrassV2Client. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Retrieves a paginated list of deployments.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>GreengrassV2AsyncClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Retrieves a paginated list of deployments.default CompletableFuture<ListDeploymentsResponse>GreengrassV2AsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Retrieves a paginated list of deployments. -
Uses of ListDeploymentsResponse in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description Iterator<ListDeploymentsResponse>ListDeploymentsIterable. iterator()Method parameters in software.amazon.awssdk.services.greengrassv2.paginators with type arguments of type ListDeploymentsResponse Modifier and Type Method Description voidListDeploymentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber)
-