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