Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
TaskStatisticsForAuditCheck |
TaskStatisticsForAuditCheck.clone() |
TaskStatisticsForAuditCheck |
TaskStatisticsForAuditCheck.withCanceledFindingsCount(Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
|
TaskStatisticsForAuditCheck |
TaskStatisticsForAuditCheck.withFailedFindingsCount(Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
|
TaskStatisticsForAuditCheck |
TaskStatisticsForAuditCheck.withSkippedFindingsCount(Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
|
TaskStatisticsForAuditCheck |
TaskStatisticsForAuditCheck.withSucceededFindingsCount(Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
|
TaskStatisticsForAuditCheck |
TaskStatisticsForAuditCheck.withTotalFindingsCount(Long totalFindingsCount)
The total number of findings to which a task is being applied.
|
Modifier and Type | Method and Description |
---|---|
Map<String,TaskStatisticsForAuditCheck> |
DescribeAuditMitigationActionsTaskResult.getTaskStatistics()
Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation
actions task.
|
Modifier and Type | Method and Description |
---|---|
DescribeAuditMitigationActionsTaskResult |
DescribeAuditMitigationActionsTaskResult.addTaskStatisticsEntry(String key,
TaskStatisticsForAuditCheck value) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeAuditMitigationActionsTaskResult.setTaskStatistics(Map<String,TaskStatisticsForAuditCheck> taskStatistics)
Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation
actions task.
|
DescribeAuditMitigationActionsTaskResult |
DescribeAuditMitigationActionsTaskResult.withTaskStatistics(Map<String,TaskStatisticsForAuditCheck> taskStatistics)
Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation
actions task.
|
Copyright © 2019. All rights reserved.