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