| 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 |
|---|---|
GetUsageStatisticsResult |
AbstractAmazonGuardDuty.getUsageStatistics(GetUsageStatisticsRequest request) |
GetUsageStatisticsResult |
AmazonGuardDuty.getUsageStatistics(GetUsageStatisticsRequest getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
GetUsageStatisticsResult |
AmazonGuardDutyClient.getUsageStatistics(GetUsageStatisticsRequest request)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsageStatisticsResult> |
AbstractAmazonGuardDutyAsync.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> |
AmazonGuardDutyAsyncClient.getUsageStatisticsAsync(GetUsageStatisticsRequest request,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResult |
GetUsageStatisticsResult.clone() |
GetUsageStatisticsResult |
GetUsageStatisticsResult.withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withUsageStatistics(UsageStatistics usageStatistics)
The usage statistics object.
|
Copyright © 2023. All rights reserved.