| 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<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.
|
Future<GetUsageStatisticsResult> |
AbstractAmazonGuardDutyAsync.getUsageStatisticsAsync(GetUsageStatisticsRequest request,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler) |
| 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 © 2021. All rights reserved.