| 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<UpdateFilterResult> |
AbstractAmazonGuardDutyAsync.updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler) |
Future<UpdateFilterResult> |
AmazonGuardDutyAsyncClient.updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler) |
Future<UpdateFilterResult> |
AmazonGuardDutyAsync.updateFilterAsync(UpdateFilterRequest updateFilterRequest,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler)
Updates the filter specified by the filter name.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFilterRequest |
UpdateFilterRequest.clone() |
UpdateFilterRequest |
UpdateFilterRequest.withAction(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withAction(String action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withDescription(String description)
The description of the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withDetectorId(String detectorId)
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withFilterName(String filterName)
The name of the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withFindingCriteria(FindingCriteria findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
UpdateFilterRequest |
UpdateFilterRequest.withRank(Integer rank)
Specifies the position of the filter in the list of current filters.
|
Copyright © 2023. All rights reserved.