Uses of Interface
software.amazon.awssdk.services.macie2.model.GetBucketStatisticsRequest.Builder
-
Packages that use GetBucketStatisticsRequest.Builder Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.model -
-
Uses of GetBucketStatisticsRequest.Builder in software.amazon.awssdk.services.macie2
Method parameters in software.amazon.awssdk.services.macie2 with type arguments of type GetBucketStatisticsRequest.Builder 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 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. -
Uses of GetBucketStatisticsRequest.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return GetBucketStatisticsRequest.Builder Modifier and Type Method Description GetBucketStatisticsRequest.BuilderGetBucketStatisticsRequest.Builder. accountId(String accountId)The unique identifier for the Amazon Web Services account.static GetBucketStatisticsRequest.BuilderGetBucketStatisticsRequest. builder()GetBucketStatisticsRequest.BuilderGetBucketStatisticsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBucketStatisticsRequest.BuilderGetBucketStatisticsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBucketStatisticsRequest.BuilderGetBucketStatisticsRequest. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GetBucketStatisticsRequest.Builder Modifier and Type Method Description static Class<? extends GetBucketStatisticsRequest.Builder>GetBucketStatisticsRequest. serializableBuilderClass()
-