| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
BulkDeploymentMetrics |
BulkDeploymentMetrics.clone() |
BulkDeploymentMetrics |
GetBulkDeploymentStatusResult.getBulkDeploymentMetrics()
Relevant metrics on input records processed during bulk deployment.
|
BulkDeploymentMetrics |
BulkDeploymentMetrics.withInvalidInputRecords(Integer invalidInputRecords)
The total number of records that returned a non-retryable error.
|
BulkDeploymentMetrics |
BulkDeploymentMetrics.withRecordsProcessed(Integer recordsProcessed)
The total number of group records from the input file that have been processed so far, or attempted.
|
BulkDeploymentMetrics |
BulkDeploymentMetrics.withRetryAttempts(Integer retryAttempts)
The total number of deployment attempts that returned a retryable error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBulkDeploymentStatusResult.setBulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withBulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
Copyright © 2024. All rights reserved.