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)default ListAccessPointsForObjectLambdaResponseS3ControlClient. listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest)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)default CompletableFuture<ListAccessPointsForObjectLambdaResponse>S3ControlAsyncClient. listAccessPointsForObjectLambda(ListAccessPointsForObjectLambdaRequest listAccessPointsForObjectLambdaRequest) -
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)
-