| Package | Description |
|---|---|
| com.amazonaws.services.guardduty |
Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources:
VPC Flow Logs, AWS CloudTrail event logs, and DNS logs.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateFilterResult> |
AbstractAmazonGuardDutyAsync.updateFilterAsync(UpdateFilterRequest request,
AsyncHandler<UpdateFilterRequest,UpdateFilterResult> asyncHandler) |
| 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 © 2021. All rights reserved.