Uses of Class
software.amazon.awssdk.services.s3control.paginators.ListAccessPointsForObjectLambdaIterable
-
Packages that use ListAccessPointsForObjectLambdaIterable Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of ListAccessPointsForObjectLambdaIterable in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListAccessPointsForObjectLambdaIterable Modifier and Type Method Description default ListAccessPointsForObjectLambdaIterableS3ControlClient. listAccessPointsForObjectLambdaPaginator(Consumer<ListAccessPointsForObjectLambdaRequest.Builder> listAccessPointsForObjectLambdaRequest)Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.default ListAccessPointsForObjectLambdaIterableS3ControlClient. listAccessPointsForObjectLambdaPaginator(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.
-