Uses of Class
software.amazon.awssdk.services.s3control.model.GetAccessPointForObjectLambdaResponse
-
Packages that use GetAccessPointForObjectLambdaResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetAccessPointForObjectLambdaResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetAccessPointForObjectLambdaResponse Modifier and Type Method Description default GetAccessPointForObjectLambdaResponseS3ControlClient. getAccessPointForObjectLambda(Consumer<GetAccessPointForObjectLambdaRequest.Builder> getAccessPointForObjectLambdaRequest)Returns configuration information about the specified Object Lambda Access Pointdefault GetAccessPointForObjectLambdaResponseS3ControlClient. getAccessPointForObjectLambda(GetAccessPointForObjectLambdaRequest getAccessPointForObjectLambdaRequest)Returns configuration information about the specified Object Lambda Access PointMethods in software.amazon.awssdk.services.s3control that return types with arguments of type GetAccessPointForObjectLambdaResponse Modifier and Type Method Description default CompletableFuture<GetAccessPointForObjectLambdaResponse>S3ControlAsyncClient. getAccessPointForObjectLambda(Consumer<GetAccessPointForObjectLambdaRequest.Builder> getAccessPointForObjectLambdaRequest)Returns configuration information about the specified Object Lambda Access Pointdefault CompletableFuture<GetAccessPointForObjectLambdaResponse>S3ControlAsyncClient. getAccessPointForObjectLambda(GetAccessPointForObjectLambdaRequest getAccessPointForObjectLambdaRequest)Returns configuration information about the specified Object Lambda Access Point
-