Uses of Class
software.amazon.awssdk.services.s3control.model.ObjectLambdaContentTransformation
-
Packages that use ObjectLambdaContentTransformation Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ObjectLambdaContentTransformation in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ObjectLambdaContentTransformation Modifier and Type Method Description ObjectLambdaContentTransformationObjectLambdaTransformationConfiguration. contentTransformation()A container for the content transformation of an Object Lambda Access Point configuration.static ObjectLambdaContentTransformationObjectLambdaContentTransformation. fromAwsLambda(Consumer<AwsLambdaTransformation.Builder> awsLambda)Create an instance of this class withawsLambda()initialized to the given value.static ObjectLambdaContentTransformationObjectLambdaContentTransformation. fromAwsLambda(AwsLambdaTransformation awsLambda)Create an instance of this class withawsLambda()initialized to the given value.Methods in software.amazon.awssdk.services.s3control.model with parameters of type ObjectLambdaContentTransformation Modifier and Type Method Description ObjectLambdaTransformationConfiguration.BuilderObjectLambdaTransformationConfiguration.Builder. contentTransformation(ObjectLambdaContentTransformation contentTransformation)A container for the content transformation of an Object Lambda Access Point configuration.
-