| 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<UpdateMalwareProtectionPlanResult> |
AmazonGuardDutyAsyncClient.updateMalwareProtectionPlanAsync(UpdateMalwareProtectionPlanRequest request,
AsyncHandler<UpdateMalwareProtectionPlanRequest,UpdateMalwareProtectionPlanResult> asyncHandler) |
Future<UpdateMalwareProtectionPlanResult> |
AbstractAmazonGuardDutyAsync.updateMalwareProtectionPlanAsync(UpdateMalwareProtectionPlanRequest request,
AsyncHandler<UpdateMalwareProtectionPlanRequest,UpdateMalwareProtectionPlanResult> asyncHandler) |
Future<UpdateMalwareProtectionPlanResult> |
AmazonGuardDutyAsync.updateMalwareProtectionPlanAsync(UpdateMalwareProtectionPlanRequest updateMalwareProtectionPlanRequest,
AsyncHandler<UpdateMalwareProtectionPlanRequest,UpdateMalwareProtectionPlanResult> asyncHandler)
Updates an existing Malware Protection plan resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMalwareProtectionPlanRequest |
UpdateMalwareProtectionPlanRequest.clone() |
UpdateMalwareProtectionPlanRequest |
UpdateMalwareProtectionPlanRequest.withActions(MalwareProtectionPlanActions actions)
Information about whether the tags will be added to the S3 object after scanning.
|
UpdateMalwareProtectionPlanRequest |
UpdateMalwareProtectionPlanRequest.withMalwareProtectionPlanId(String malwareProtectionPlanId)
A unique identifier associated with the Malware Protection plan.
|
UpdateMalwareProtectionPlanRequest |
UpdateMalwareProtectionPlanRequest.withProtectedResource(UpdateProtectedResource protectedResource)
Information about the protected resource that is associated with the created Malware Protection plan.
|
UpdateMalwareProtectionPlanRequest |
UpdateMalwareProtectionPlanRequest.withRole(String role)
IAM role with permissions required to scan and add tags to the associated protected resource.
|
Copyright © 2024. All rights reserved.