Uses of Class
software.amazon.awssdk.services.macie2.model.GetBucketStatisticsResponse
-
Packages that use GetBucketStatisticsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of GetBucketStatisticsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetBucketStatisticsResponse Modifier and Type Method Description default GetBucketStatisticsResponseMacie2Client. getBucketStatistics(Consumer<GetBucketStatisticsRequest.Builder> getBucketStatisticsRequest)Retrieves (queries) aggregated statistical data about all the S3 buckets that Amazon Macie monitors and analyzes for an account.default GetBucketStatisticsResponseMacie2Client. getBucketStatistics(GetBucketStatisticsRequest getBucketStatisticsRequest)Retrieves (queries) aggregated statistical data about all the S3 buckets that Amazon Macie monitors and analyzes for an account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetBucketStatisticsResponse Modifier and Type Method Description default CompletableFuture<GetBucketStatisticsResponse>Macie2AsyncClient. getBucketStatistics(Consumer<GetBucketStatisticsRequest.Builder> getBucketStatisticsRequest)Retrieves (queries) aggregated statistical data about all the S3 buckets that Amazon Macie monitors and analyzes for an account.default CompletableFuture<GetBucketStatisticsResponse>Macie2AsyncClient. getBucketStatistics(GetBucketStatisticsRequest getBucketStatisticsRequest)Retrieves (queries) aggregated statistical data about all the S3 buckets that Amazon Macie monitors and analyzes for an account.
-