Uses of Interface
software.amazon.awssdk.services.s3control.model.ObjectLambdaContentTransformation.Builder
-
Packages that use ObjectLambdaContentTransformation.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ObjectLambdaContentTransformation.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ObjectLambdaContentTransformation.Builder Modifier and Type Method Description default ObjectLambdaContentTransformation.BuilderObjectLambdaContentTransformation.Builder. awsLambda(Consumer<AwsLambdaTransformation.Builder> awsLambda)A container for an Lambda function.ObjectLambdaContentTransformation.BuilderObjectLambdaContentTransformation.Builder. awsLambda(AwsLambdaTransformation awsLambda)A container for an Lambda function.static ObjectLambdaContentTransformation.BuilderObjectLambdaContentTransformation. builder()ObjectLambdaContentTransformation.BuilderObjectLambdaContentTransformation. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ObjectLambdaContentTransformation.Builder Modifier and Type Method Description static Class<? extends ObjectLambdaContentTransformation.Builder>ObjectLambdaContentTransformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type ObjectLambdaContentTransformation.Builder Modifier and Type Method Description default ObjectLambdaTransformationConfiguration.BuilderObjectLambdaTransformationConfiguration.Builder. contentTransformation(Consumer<ObjectLambdaContentTransformation.Builder> contentTransformation)A container for the content transformation of an Object Lambda Access Point configuration.
-