Uses of Interface
software.amazon.awssdk.services.guardduty.model.MalwareProtectionPlanTaggingAction.Builder
-
Packages that use MalwareProtectionPlanTaggingAction.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionPlanTaggingAction.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return MalwareProtectionPlanTaggingAction.Builder Modifier and Type Method Description static MalwareProtectionPlanTaggingAction.BuilderMalwareProtectionPlanTaggingAction. builder()MalwareProtectionPlanTaggingAction.BuilderMalwareProtectionPlanTaggingAction.Builder. status(String status)Indicates whether or not the tags will added.MalwareProtectionPlanTaggingAction.BuilderMalwareProtectionPlanTaggingAction.Builder. status(MalwareProtectionPlanTaggingActionStatus status)Indicates whether or not the tags will added.MalwareProtectionPlanTaggingAction.BuilderMalwareProtectionPlanTaggingAction. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MalwareProtectionPlanTaggingAction.Builder Modifier and Type Method Description static Class<? extends MalwareProtectionPlanTaggingAction.Builder>MalwareProtectionPlanTaggingAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MalwareProtectionPlanTaggingAction.Builder Modifier and Type Method Description default MalwareProtectionPlanActions.BuilderMalwareProtectionPlanActions.Builder. tagging(Consumer<MalwareProtectionPlanTaggingAction.Builder> tagging)Indicates whether the scanned S3 object will have tags about the scan result.
-