Uses of Class
software.amazon.awssdk.services.greengrass.model.ResetDeploymentsResponse
-
Packages that use ResetDeploymentsResponse 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 ResetDeploymentsResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return ResetDeploymentsResponse Modifier and Type Method Description default ResetDeploymentsResponseGreengrassClient. resetDeployments(Consumer<ResetDeploymentsRequest.Builder> resetDeploymentsRequest)Resets a group's deployments.default ResetDeploymentsResponseGreengrassClient. resetDeployments(ResetDeploymentsRequest resetDeploymentsRequest)Resets a group's deployments.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type ResetDeploymentsResponse Modifier and Type Method Description default CompletableFuture<ResetDeploymentsResponse>GreengrassAsyncClient. resetDeployments(Consumer<ResetDeploymentsRequest.Builder> resetDeploymentsRequest)Resets a group's deployments.default CompletableFuture<ResetDeploymentsResponse>GreengrassAsyncClient. resetDeployments(ResetDeploymentsRequest resetDeploymentsRequest)Resets a group's deployments.
-