Uses of Class
software.amazon.awssdk.services.greengrass.model.GetBulkDeploymentStatusResponse
-
Packages that use GetBulkDeploymentStatusResponse 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 GetBulkDeploymentStatusResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetBulkDeploymentStatusResponse Modifier and Type Method Description default GetBulkDeploymentStatusResponseGreengrassClient. getBulkDeploymentStatus(Consumer<GetBulkDeploymentStatusRequest.Builder> getBulkDeploymentStatusRequest)Returns the status of a bulk deployment.default GetBulkDeploymentStatusResponseGreengrassClient. getBulkDeploymentStatus(GetBulkDeploymentStatusRequest getBulkDeploymentStatusRequest)Returns the status of a bulk deployment.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetBulkDeploymentStatusResponse Modifier and Type Method Description default CompletableFuture<GetBulkDeploymentStatusResponse>GreengrassAsyncClient. getBulkDeploymentStatus(Consumer<GetBulkDeploymentStatusRequest.Builder> getBulkDeploymentStatusRequest)Returns the status of a bulk deployment.default CompletableFuture<GetBulkDeploymentStatusResponse>GreengrassAsyncClient. getBulkDeploymentStatus(GetBulkDeploymentStatusRequest getBulkDeploymentStatusRequest)Returns the status of a bulk deployment.
-