Uses of Class
software.amazon.awssdk.services.s3control.paginators.ListRegionalBucketsPublisher
-
Packages that use ListRegionalBucketsPublisher Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of ListRegionalBucketsPublisher in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListRegionalBucketsPublisher Modifier and Type Method Description default ListRegionalBucketsPublisherS3ControlAsyncClient. listRegionalBucketsPaginator(Consumer<ListRegionalBucketsRequest.Builder> listRegionalBucketsRequest)Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.default ListRegionalBucketsPublisherS3ControlAsyncClient. listRegionalBucketsPaginator(ListRegionalBucketsRequest listRegionalBucketsRequest)Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.
-