| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
ListBulkDeploymentDetailedReportsResult |
AbstractAWSGreengrass.listBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest request) |
ListBulkDeploymentDetailedReportsResult |
AWSGreengrassClient.listBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest request)
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current
deployment status.
|
ListBulkDeploymentDetailedReportsResult |
AWSGreengrass.listBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest listBulkDeploymentDetailedReportsRequest)
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current
deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
ListBulkDeploymentDetailedReportsResult |
ListBulkDeploymentDetailedReportsResult.clone() |
ListBulkDeploymentDetailedReportsResult |
ListBulkDeploymentDetailedReportsResult.withDeployments(BulkDeploymentResult... deployments)
A list of the individual group deployments in the bulk deployment operation.
|
ListBulkDeploymentDetailedReportsResult |
ListBulkDeploymentDetailedReportsResult.withDeployments(Collection<BulkDeploymentResult> deployments)
A list of the individual group deployments in the bulk deployment operation.
|
ListBulkDeploymentDetailedReportsResult |
ListBulkDeploymentDetailedReportsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2021. All rights reserved.