Uses of Class
software.amazon.awssdk.services.greengrass.model.StopBulkDeploymentResponse
-
Packages that use StopBulkDeploymentResponse 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 StopBulkDeploymentResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return StopBulkDeploymentResponse Modifier and Type Method Description default StopBulkDeploymentResponseGreengrassClient. stopBulkDeployment(Consumer<StopBulkDeploymentRequest.Builder> stopBulkDeploymentRequest)Stops the execution of a bulk deployment.default StopBulkDeploymentResponseGreengrassClient. stopBulkDeployment(StopBulkDeploymentRequest stopBulkDeploymentRequest)Stops the execution of a bulk deployment.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type StopBulkDeploymentResponse Modifier and Type Method Description default CompletableFuture<StopBulkDeploymentResponse>GreengrassAsyncClient. stopBulkDeployment(Consumer<StopBulkDeploymentRequest.Builder> stopBulkDeploymentRequest)Stops the execution of a bulk deployment.default CompletableFuture<StopBulkDeploymentResponse>GreengrassAsyncClient. stopBulkDeployment(StopBulkDeploymentRequest stopBulkDeploymentRequest)Stops the execution of a bulk deployment.
-