Uses of Class
software.amazon.awssdk.services.iot.model.TaskStatisticsForAuditCheck
-
Packages that use TaskStatisticsForAuditCheck Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TaskStatisticsForAuditCheck in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type TaskStatisticsForAuditCheck Modifier and Type Method Description Map<String,TaskStatisticsForAuditCheck>DescribeAuditMitigationActionsTaskResponse. taskStatistics()Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type TaskStatisticsForAuditCheck Modifier and Type Method Description DescribeAuditMitigationActionsTaskResponse.BuilderDescribeAuditMitigationActionsTaskResponse.Builder. taskStatistics(Map<String,TaskStatisticsForAuditCheck> taskStatistics)Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.
-