Uses of Class
software.amazon.awssdk.services.s3control.paginators.ListAccessPointsPublisher
-
Packages that use ListAccessPointsPublisher Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of ListAccessPointsPublisher in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListAccessPointsPublisher Modifier and Type Method Description default ListAccessPointsPublisherS3ControlAsyncClient. listAccessPointsPaginator(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)Returns a list of the access points that are owned by the current account that's associated with the specified bucket.default ListAccessPointsPublisherS3ControlAsyncClient. listAccessPointsPaginator(ListAccessPointsRequest listAccessPointsRequest)Returns a list of the access points that are owned by the current account that's associated with the specified bucket.
-