Uses of Class
software.amazon.awssdk.services.macie2.model.DescribeBucketsResponse
-
Packages that use DescribeBucketsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of DescribeBucketsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return DescribeBucketsResponse Modifier and Type Method Description default DescribeBucketsResponseMacie2Client. describeBuckets(Consumer<DescribeBucketsRequest.Builder> describeBucketsRequest)Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for an account.default DescribeBucketsResponseMacie2Client. describeBuckets(DescribeBucketsRequest describeBucketsRequest)Retrieves (queries) statistical data and other information about one or more 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 DescribeBucketsResponse Modifier and Type Method Description default CompletableFuture<DescribeBucketsResponse>Macie2AsyncClient. describeBuckets(Consumer<DescribeBucketsRequest.Builder> describeBucketsRequest)Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for an account.default CompletableFuture<DescribeBucketsResponse>Macie2AsyncClient. describeBuckets(DescribeBucketsRequest describeBucketsRequest)Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for an account. -
Uses of DescribeBucketsResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type DescribeBucketsResponse Modifier and Type Method Description Iterator<DescribeBucketsResponse>DescribeBucketsIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type DescribeBucketsResponse Modifier and Type Method Description voidDescribeBucketsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeBucketsResponse> subscriber)
-