Uses of Class
software.amazon.awssdk.services.s3control.model.GetAccessPointConfigurationForObjectLambdaResponse
-
Packages that use GetAccessPointConfigurationForObjectLambdaResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetAccessPointConfigurationForObjectLambdaResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetAccessPointConfigurationForObjectLambdaResponse Modifier and Type Method Description default GetAccessPointConfigurationForObjectLambdaResponseS3ControlClient. getAccessPointConfigurationForObjectLambda(Consumer<GetAccessPointConfigurationForObjectLambdaRequest.Builder> getAccessPointConfigurationForObjectLambdaRequest)Returns configuration for an Object Lambda Access Point.default GetAccessPointConfigurationForObjectLambdaResponseS3ControlClient. getAccessPointConfigurationForObjectLambda(GetAccessPointConfigurationForObjectLambdaRequest getAccessPointConfigurationForObjectLambdaRequest)Returns configuration for an Object Lambda Access Point.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetAccessPointConfigurationForObjectLambdaResponse Modifier and Type Method Description default CompletableFuture<GetAccessPointConfigurationForObjectLambdaResponse>S3ControlAsyncClient. getAccessPointConfigurationForObjectLambda(Consumer<GetAccessPointConfigurationForObjectLambdaRequest.Builder> getAccessPointConfigurationForObjectLambdaRequest)Returns configuration for an Object Lambda Access Point.default CompletableFuture<GetAccessPointConfigurationForObjectLambdaResponse>S3ControlAsyncClient. getAccessPointConfigurationForObjectLambda(GetAccessPointConfigurationForObjectLambdaRequest getAccessPointConfigurationForObjectLambdaRequest)Returns configuration for an Object Lambda Access Point.
-