| Package | Description |
|---|---|
| software.amazon.awssdk.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 event logs, and DNS logs.
|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
default GetUsageStatisticsResponse |
GuardDutyClient.getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
default CompletableFuture<GetUsageStatisticsResponse> |
GuardDutyAsyncClient.getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
default GetUsageStatisticsIterable |
GuardDutyClient.getUsageStatisticsPaginator(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
default GetUsageStatisticsPublisher |
GuardDutyAsyncClient.getUsageStatisticsPaginator(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.builder() |
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.detectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose usage statistics you want to retrieve.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.toBuilder() |
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.unit(String unit)
The currency unit you would like to view your usage statistics in.
|
default GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.usageCriteria(Consumer<UsageCriteria.Builder> usageCriteria)
Represents the criteria used for querying usage.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.usageCriteria(UsageCriteria usageCriteria)
Represents the criteria used for querying usage.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.usageStatisticType(String usageStatisticType)
The type of usage statistics to retrieve.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.usageStatisticType(UsageStatisticType usageStatisticType)
The type of usage statistics to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetUsageStatisticsRequest.Builder> |
GetUsageStatisticsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.