Uses of Class
software.amazon.awssdk.services.guardduty.model.MalwareProtectionPlanActions
-
Packages that use MalwareProtectionPlanActions Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionPlanActions in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return MalwareProtectionPlanActions Modifier and Type Method Description MalwareProtectionPlanActionsCreateMalwareProtectionPlanRequest. actions()Information about whether the tags will be added to the S3 object after scanning.MalwareProtectionPlanActionsGetMalwareProtectionPlanResponse. actions()Information about whether the tags will be added to the S3 object after scanning.MalwareProtectionPlanActionsUpdateMalwareProtectionPlanRequest. actions()Information about whether the tags will be added to the S3 object after scanning.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type MalwareProtectionPlanActions Modifier and Type Method Description CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. actions(MalwareProtectionPlanActions actions)Information about whether the tags will be added to the S3 object after scanning.GetMalwareProtectionPlanResponse.BuilderGetMalwareProtectionPlanResponse.Builder. actions(MalwareProtectionPlanActions actions)Information about whether the tags will be added to the S3 object after scanning.UpdateMalwareProtectionPlanRequest.BuilderUpdateMalwareProtectionPlanRequest.Builder. actions(MalwareProtectionPlanActions actions)Information about whether the tags will be added to the S3 object after scanning.
-