Uses of Class
software.amazon.awssdk.services.iot.model.AuditMitigationActionsTaskTarget
-
Packages that use AuditMitigationActionsTaskTarget Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditMitigationActionsTaskTarget in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditMitigationActionsTaskTarget Modifier and Type Method Description AuditMitigationActionsTaskTargetDescribeAuditMitigationActionsTaskResponse. target()Identifies the findings to which the mitigation actions are applied.AuditMitigationActionsTaskTargetStartAuditMitigationActionsTaskRequest. target()Specifies the audit findings to which the mitigation actions are applied.Methods in software.amazon.awssdk.services.iot.model with parameters of type AuditMitigationActionsTaskTarget Modifier and Type Method Description DescribeAuditMitigationActionsTaskResponse.BuilderDescribeAuditMitigationActionsTaskResponse.Builder. target(AuditMitigationActionsTaskTarget target)Identifies the findings to which the mitigation actions are applied.StartAuditMitigationActionsTaskRequest.BuilderStartAuditMitigationActionsTaskRequest.Builder. target(AuditMitigationActionsTaskTarget target)Specifies the audit findings to which the mitigation actions are applied.
-