Uses of Interface
software.amazon.awssdk.services.guardduty.model.MalwareProtectionPlanActions.Builder
-
Packages that use MalwareProtectionPlanActions.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionPlanActions.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return MalwareProtectionPlanActions.Builder Modifier and Type Method Description static MalwareProtectionPlanActions.BuilderMalwareProtectionPlanActions. builder()default MalwareProtectionPlanActions.BuilderMalwareProtectionPlanActions.Builder. tagging(Consumer<MalwareProtectionPlanTaggingAction.Builder> tagging)Indicates whether the scanned S3 object will have tags about the scan result.MalwareProtectionPlanActions.BuilderMalwareProtectionPlanActions.Builder. tagging(MalwareProtectionPlanTaggingAction tagging)Indicates whether the scanned S3 object will have tags about the scan result.MalwareProtectionPlanActions.BuilderMalwareProtectionPlanActions. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MalwareProtectionPlanActions.Builder Modifier and Type Method Description static Class<? extends MalwareProtectionPlanActions.Builder>MalwareProtectionPlanActions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MalwareProtectionPlanActions.Builder Modifier and Type Method Description default CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. actions(Consumer<MalwareProtectionPlanActions.Builder> actions)Information about whether the tags will be added to the S3 object after scanning.default GetMalwareProtectionPlanResponse.BuilderGetMalwareProtectionPlanResponse.Builder. actions(Consumer<MalwareProtectionPlanActions.Builder> actions)Information about whether the tags will be added to the S3 object after scanning.default UpdateMalwareProtectionPlanRequest.BuilderUpdateMalwareProtectionPlanRequest.Builder. actions(Consumer<MalwareProtectionPlanActions.Builder> actions)Information about whether the tags will be added to the S3 object after scanning.
-