| 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 |
|---|---|
GetMalwareProtectionPlanResult |
AbstractAmazonGuardDuty.getMalwareProtectionPlan(GetMalwareProtectionPlanRequest request) |
GetMalwareProtectionPlanResult |
AmazonGuardDutyClient.getMalwareProtectionPlan(GetMalwareProtectionPlanRequest request)
Retrieves the Malware Protection plan details associated with a Malware Protection plan ID.
|
GetMalwareProtectionPlanResult |
AmazonGuardDuty.getMalwareProtectionPlan(GetMalwareProtectionPlanRequest getMalwareProtectionPlanRequest)
Retrieves the Malware Protection plan details associated with a Malware Protection plan ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMalwareProtectionPlanResult> |
AbstractAmazonGuardDutyAsync.getMalwareProtectionPlanAsync(GetMalwareProtectionPlanRequest request,
AsyncHandler<GetMalwareProtectionPlanRequest,GetMalwareProtectionPlanResult> asyncHandler) |
Future<GetMalwareProtectionPlanResult> |
AmazonGuardDutyAsyncClient.getMalwareProtectionPlanAsync(GetMalwareProtectionPlanRequest request,
AsyncHandler<GetMalwareProtectionPlanRequest,GetMalwareProtectionPlanResult> asyncHandler) |
Future<GetMalwareProtectionPlanResult> |
AmazonGuardDutyAsync.getMalwareProtectionPlanAsync(GetMalwareProtectionPlanRequest getMalwareProtectionPlanRequest,
AsyncHandler<GetMalwareProtectionPlanRequest,GetMalwareProtectionPlanResult> asyncHandler)
Retrieves the Malware Protection plan details associated with a Malware Protection plan ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.clone() |
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withActions(MalwareProtectionPlanActions actions)
Information about whether the tags will be added to the S3 object after scanning.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withArn(String arn)
Amazon Resource Name (ARN) of the protected resource.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withCreatedAt(Date createdAt)
The timestamp when the Malware Protection plan resource was created.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withProtectedResource(CreateProtectedResource protectedResource)
Information about the protected resource that is associated with the created Malware Protection plan.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withRole(String role)
IAM role that includes the permissions required to scan and add tags to the associated protected resource.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withStatus(MalwareProtectionPlanStatus status)
Malware Protection plan status.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withStatus(String status)
Malware Protection plan status.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withStatusReasons(Collection<MalwareProtectionPlanStatusReason> statusReasons)
Information about the issue code and message associated to the status of your Malware Protection plan.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withStatusReasons(MalwareProtectionPlanStatusReason... statusReasons)
Information about the issue code and message associated to the status of your Malware Protection plan.
|
GetMalwareProtectionPlanResult |
GetMalwareProtectionPlanResult.withTags(Map<String,String> tags)
Tags added to the Malware Protection plan resource.
|
Copyright © 2025. All rights reserved.