Uses of Class
software.amazon.awssdk.services.iot.model.DetectMitigationActionsTaskTarget
-
Packages that use DetectMitigationActionsTaskTarget Package Description software.amazon.awssdk.services.iot.model -
-
Uses of DetectMitigationActionsTaskTarget in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DetectMitigationActionsTaskTarget Modifier and Type Method Description DetectMitigationActionsTaskTargetDetectMitigationActionsTaskSummary. target()Specifies the ML Detect findings to which the mitigation actions are applied.DetectMitigationActionsTaskTargetStartDetectMitigationActionsTaskRequest. target()Specifies the ML Detect findings to which the mitigation actions are applied.Methods in software.amazon.awssdk.services.iot.model with parameters of type DetectMitigationActionsTaskTarget Modifier and Type Method Description DetectMitigationActionsTaskSummary.BuilderDetectMitigationActionsTaskSummary.Builder. target(DetectMitigationActionsTaskTarget target)Specifies the ML Detect findings to which the mitigation actions are applied.StartDetectMitigationActionsTaskRequest.BuilderStartDetectMitigationActionsTaskRequest.Builder. target(DetectMitigationActionsTaskTarget target)Specifies the ML Detect findings to which the mitigation actions are applied.
-