Uses of Class
software.amazon.awssdk.services.greengrass.model.ListBulkDeploymentDetailedReportsResponse
-
Packages that use ListBulkDeploymentDetailedReportsResponse 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 ListBulkDeploymentDetailedReportsResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return ListBulkDeploymentDetailedReportsResponse Modifier and Type Method Description default ListBulkDeploymentDetailedReportsResponseGreengrassClient. listBulkDeploymentDetailedReports(Consumer<ListBulkDeploymentDetailedReportsRequest.Builder> listBulkDeploymentDetailedReportsRequest)Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.default ListBulkDeploymentDetailedReportsResponseGreengrassClient. listBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest listBulkDeploymentDetailedReportsRequest)Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type ListBulkDeploymentDetailedReportsResponse Modifier and Type Method Description default CompletableFuture<ListBulkDeploymentDetailedReportsResponse>GreengrassAsyncClient. listBulkDeploymentDetailedReports(Consumer<ListBulkDeploymentDetailedReportsRequest.Builder> listBulkDeploymentDetailedReportsRequest)Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.default CompletableFuture<ListBulkDeploymentDetailedReportsResponse>GreengrassAsyncClient. listBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest listBulkDeploymentDetailedReportsRequest)Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.
-