Uses of Class
software.amazon.awssdk.services.macie2.model.GetUsageStatisticsResponse
-
Packages that use GetUsageStatisticsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of GetUsageStatisticsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetUsageStatisticsResponse Modifier and Type Method Description default GetUsageStatisticsResponseMacie2Client. getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)Retrieves (queries) quotas and aggregated usage data for one or more accounts.default GetUsageStatisticsResponseMacie2Client. getUsageStatistics(GetUsageStatisticsRequest getUsageStatisticsRequest)Retrieves (queries) quotas and aggregated usage data for one or more accounts.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetUsageStatisticsResponse Modifier and Type Method Description default CompletableFuture<GetUsageStatisticsResponse>Macie2AsyncClient. getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)Retrieves (queries) quotas and aggregated usage data for one or more accounts.default CompletableFuture<GetUsageStatisticsResponse>Macie2AsyncClient. getUsageStatistics(GetUsageStatisticsRequest getUsageStatisticsRequest)Retrieves (queries) quotas and aggregated usage data for one or more accounts. -
Uses of GetUsageStatisticsResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type GetUsageStatisticsResponse Modifier and Type Method Description Iterator<GetUsageStatisticsResponse>GetUsageStatisticsIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type GetUsageStatisticsResponse Modifier and Type Method Description voidGetUsageStatisticsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetUsageStatisticsResponse> subscriber)
-