Uses of Interface
software.amazon.awssdk.services.guardduty.model.CreateMalwareProtectionPlanRequest.Builder
-
Packages that use CreateMalwareProtectionPlanRequest.Builder Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.software.amazon.awssdk.services.guardduty.model -
-
Uses of CreateMalwareProtectionPlanRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type CreateMalwareProtectionPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateMalwareProtectionPlanResponse>GuardDutyAsyncClient. createMalwareProtectionPlan(Consumer<CreateMalwareProtectionPlanRequest.Builder> createMalwareProtectionPlanRequest)Creates a new Malware Protection plan for the protected resource.default CreateMalwareProtectionPlanResponseGuardDutyClient. createMalwareProtectionPlan(Consumer<CreateMalwareProtectionPlanRequest.Builder> createMalwareProtectionPlanRequest)Creates a new Malware Protection plan for the protected resource. -
Uses of CreateMalwareProtectionPlanRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CreateMalwareProtectionPlanRequest.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.CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. actions(MalwareProtectionPlanActions actions)Information about whether the tags will be added to the S3 object after scanning.static CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest. builder()CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. clientToken(String clientToken)The idempotency token for the create request.CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. protectedResource(Consumer<CreateProtectedResource.Builder> protectedResource)Information about the protected resource that is associated with the created Malware Protection plan.CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. protectedResource(CreateProtectedResource protectedResource)Information about the protected resource that is associated with the created Malware Protection plan.CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. role(String role)IAM role with permissions required to scan and add tags to the associated protected resource.CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. tags(Map<String,String> tags)Tags added to the Malware Protection plan resource.CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CreateMalwareProtectionPlanRequest.Builder Modifier and Type Method Description static Class<? extends CreateMalwareProtectionPlanRequest.Builder>CreateMalwareProtectionPlanRequest. serializableBuilderClass()
-