| 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<GetUsageStatisticsResult> |
AbstractAmazonGuardDutyAsync.getUsageStatisticsAsync(GetUsageStatisticsRequest request,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler) |
Future<GetUsageStatisticsResult> |
AmazonGuardDutyAsyncClient.getUsageStatisticsAsync(GetUsageStatisticsRequest request,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler) |
Future<GetUsageStatisticsResult> |
AmazonGuardDutyAsync.getUsageStatisticsAsync(GetUsageStatisticsRequest getUsageStatisticsRequest,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.clone() |
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose usage statistics you want to retrieve.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withUnit(String unit)
The currency unit you would like to view your usage statistics in.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withUsageCriteria(UsageCriteria usageCriteria)
Represents the criteria used for querying usage.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withUsageStatisticType(String usageStatisticType)
The type of usage statistics to retrieve.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withUsageStatisticType(UsageStatisticType usageStatisticType)
The type of usage statistics to retrieve.
|
Copyright © 2024. All rights reserved.