Uses of Interface
software.amazon.awssdk.services.guardduty.model.GetUsageStatisticsRequest.Builder
-
Packages that use GetUsageStatisticsRequest.Builder 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 management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, and Amazon EBS volume data.software.amazon.awssdk.services.guardduty.model -
-
Uses of GetUsageStatisticsRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type GetUsageStatisticsRequest.Builder Modifier and Type Method Description 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 GetUsageStatisticsResponseGuardDutyClient. getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.default GetUsageStatisticsPublisherGuardDutyAsyncClient. getUsageStatisticsPaginator(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID.default GetUsageStatisticsIterableGuardDutyClient. getUsageStatisticsPaginator(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. -
Uses of GetUsageStatisticsRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return GetUsageStatisticsRequest.Builder Modifier and Type Method Description static GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest. builder()GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. detectorId(String detectorId)The ID of the detector that specifies the GuardDuty service whose usage statistics you want to retrieve.GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. nextToken(String nextToken)A token to use for paginating results that are returned in the response.GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest. toBuilder()GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. unit(String unit)The currency unit you would like to view your usage statistics in.default GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. usageCriteria(Consumer<UsageCriteria.Builder> usageCriteria)Represents the criteria used for querying usage.GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. usageCriteria(UsageCriteria usageCriteria)Represents the criteria used for querying usage.GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. usageStatisticType(String usageStatisticType)The type of usage statistics to retrieve.GetUsageStatisticsRequest.BuilderGetUsageStatisticsRequest.Builder. usageStatisticType(UsageStatisticType usageStatisticType)The type of usage statistics to retrieve.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type GetUsageStatisticsRequest.Builder Modifier and Type Method Description static Class<? extends GetUsageStatisticsRequest.Builder>GetUsageStatisticsRequest. serializableBuilderClass()
-