| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMalwareProtectionPlanResult> |
AbstractAmazonGuardDutyAsync.createMalwareProtectionPlanAsync(CreateMalwareProtectionPlanRequest request,
AsyncHandler<CreateMalwareProtectionPlanRequest,CreateMalwareProtectionPlanResult> asyncHandler) |
Future<CreateMalwareProtectionPlanResult> |
AmazonGuardDutyAsyncClient.createMalwareProtectionPlanAsync(CreateMalwareProtectionPlanRequest request,
AsyncHandler<CreateMalwareProtectionPlanRequest,CreateMalwareProtectionPlanResult> asyncHandler) |
Future<CreateMalwareProtectionPlanResult> |
AmazonGuardDutyAsync.createMalwareProtectionPlanAsync(CreateMalwareProtectionPlanRequest createMalwareProtectionPlanRequest,
AsyncHandler<CreateMalwareProtectionPlanRequest,CreateMalwareProtectionPlanResult> asyncHandler)
Creates a new Malware Protection plan for the protected resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.clone() |
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.withActions(MalwareProtectionPlanActions actions)
Information about whether the tags will be added to the S3 object after scanning.
|
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.withClientToken(String clientToken)
The idempotency token for the create request.
|
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.withProtectedResource(CreateProtectedResource protectedResource)
Information about the protected resource that is associated with the created Malware Protection plan.
|
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.withRole(String role)
IAM role with permissions required to scan and add tags to the associated protected resource.
|
CreateMalwareProtectionPlanRequest |
CreateMalwareProtectionPlanRequest.withTags(Map<String,String> tags)
Tags added to the Malware Protection plan resource.
|
Copyright © 2025. All rights reserved.