Uses of Class
software.amazon.awssdk.services.s3control.model.ListAccessPointsForObjectLambdaResponse
-
Packages that use ListAccessPointsForObjectLambdaResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.paginators -
-
Uses of ListAccessPointsForObjectLambdaResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListAccessPointsForObjectLambdaResponse Modifier and Type Method Description default ListAccessPointsForObjectLambdaResponseS3ControlClient. listAccessPointsForObjectLambda(Consumer<ListAccessPointsForObjectLambdaRequest.Builder> listAccessPointsForObjectLambdaRequest)Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.default ListAccessPointsForObjectLambdaResponseS3ControlClient. listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListAccessPointsForObjectLambdaResponse Modifier and Type Method Description default CompletableFuture<ListAccessPointsForObjectLambdaResponse>S3ControlAsyncClient. listAccessPointsForObjectLambda(Consumer<ListAccessPointsForObjectLambdaRequest.Builder> listAccessPointsForObjectLambdaRequest)Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call.default CompletableFuture<ListAccessPointsForObjectLambdaResponse>S3ControlAsyncClient. listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. -
Uses of ListAccessPointsForObjectLambdaResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListAccessPointsForObjectLambdaResponse Modifier and Type Method Description Iterator<ListAccessPointsForObjectLambdaResponse>ListAccessPointsForObjectLambdaIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListAccessPointsForObjectLambdaResponse Modifier and Type Method Description voidListAccessPointsForObjectLambdaPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessPointsForObjectLambdaResponse> subscriber)
-