Uses of Class
software.amazon.awssdk.services.macie2.model.BucketMetadata
-
Packages that use BucketMetadata Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of BucketMetadata in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type BucketMetadata Modifier and Type Method Description List<BucketMetadata>DescribeBucketsResponse. buckets()An array of objects, one for each bucket that matches the filter criteria specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type BucketMetadata Modifier and Type Method Description DescribeBucketsResponse.BuilderDescribeBucketsResponse.Builder. buckets(BucketMetadata... buckets)An array of objects, one for each bucket that matches the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type BucketMetadata Modifier and Type Method Description DescribeBucketsResponse.BuilderDescribeBucketsResponse.Builder. buckets(Collection<BucketMetadata> buckets)An array of objects, one for each bucket that matches the filter criteria specified in the request. -
Uses of BucketMetadata in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type BucketMetadata Modifier and Type Method Description SdkIterable<BucketMetadata>DescribeBucketsIterable. buckets()Returns an iterable to iterate through the paginatedDescribeBucketsResponse.buckets()member.SdkPublisher<BucketMetadata>DescribeBucketsPublisher. buckets()Returns a publisher that can be used to get a stream of data.
-