| 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, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs,
DNS logs, and Amazon EBS volume data.
|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCoverageStatisticsResult> |
AbstractAmazonGuardDutyAsync.getCoverageStatisticsAsync(GetCoverageStatisticsRequest request,
AsyncHandler<GetCoverageStatisticsRequest,GetCoverageStatisticsResult> asyncHandler) |
Future<GetCoverageStatisticsResult> |
AmazonGuardDutyAsync.getCoverageStatisticsAsync(GetCoverageStatisticsRequest getCoverageStatisticsRequest,
AsyncHandler<GetCoverageStatisticsRequest,GetCoverageStatisticsResult> asyncHandler)
Retrieves aggregated statistics for your account.
|
Future<GetCoverageStatisticsResult> |
AmazonGuardDutyAsyncClient.getCoverageStatisticsAsync(GetCoverageStatisticsRequest request,
AsyncHandler<GetCoverageStatisticsRequest,GetCoverageStatisticsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCoverageStatisticsRequest |
GetCoverageStatisticsRequest.clone() |
GetCoverageStatisticsRequest |
GetCoverageStatisticsRequest.withDetectorId(String detectorId)
The unique ID of the GuardDuty detector associated to the coverage statistics.
|
GetCoverageStatisticsRequest |
GetCoverageStatisticsRequest.withFilterCriteria(CoverageFilterCriteria filterCriteria)
Represents the criteria used to filter the coverage statistics
|
GetCoverageStatisticsRequest |
GetCoverageStatisticsRequest.withStatisticsType(Collection<String> statisticsType)
Represents the statistics type used to aggregate the coverage details.
|
GetCoverageStatisticsRequest |
GetCoverageStatisticsRequest.withStatisticsType(CoverageStatisticsType... statisticsType)
Represents the statistics type used to aggregate the coverage details.
|
GetCoverageStatisticsRequest |
GetCoverageStatisticsRequest.withStatisticsType(String... statisticsType)
Represents the statistics type used to aggregate the coverage details.
|
Copyright © 2023. All rights reserved.