Uses of Class
software.amazon.awssdk.services.greengrass.model.ListDeploymentsResponse
-
Packages that use ListDeploymentsResponse Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. -
-
Uses of ListDeploymentsResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return ListDeploymentsResponse Modifier and Type Method Description default ListDeploymentsResponseGreengrassClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Returns a history of deployments for the group.default ListDeploymentsResponseGreengrassClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Returns a history of deployments for the group.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>GreengrassAsyncClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Returns a history of deployments for the group.default CompletableFuture<ListDeploymentsResponse>GreengrassAsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Returns a history of deployments for the group.
-