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