Uses of Class
software.amazon.awssdk.services.greengrass.model.StartBulkDeploymentResponse
-
Packages that use StartBulkDeploymentResponse 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 StartBulkDeploymentResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return StartBulkDeploymentResponse Modifier and Type Method Description default StartBulkDeploymentResponseGreengrassClient. startBulkDeployment(Consumer<StartBulkDeploymentRequest.Builder> startBulkDeploymentRequest)Deploys multiple groups in one operation.default StartBulkDeploymentResponseGreengrassClient. startBulkDeployment(StartBulkDeploymentRequest startBulkDeploymentRequest)Deploys multiple groups in one operation.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type StartBulkDeploymentResponse Modifier and Type Method Description default CompletableFuture<StartBulkDeploymentResponse>GreengrassAsyncClient. startBulkDeployment(Consumer<StartBulkDeploymentRequest.Builder> startBulkDeploymentRequest)Deploys multiple groups in one operation.default CompletableFuture<StartBulkDeploymentResponse>GreengrassAsyncClient. startBulkDeployment(StartBulkDeploymentRequest startBulkDeploymentRequest)Deploys multiple groups in one operation.
-