| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectLambdaContentTransformation |
ObjectLambdaTransformationConfiguration.contentTransformation()
A container for the content transformation of an Object Lambda Access Point configuration.
|
static ObjectLambdaContentTransformation |
ObjectLambdaContentTransformation.fromAwsLambda(AwsLambdaTransformation awsLambda)
Create an instance of this class with
awsLambda() initialized to the given value. |
static ObjectLambdaContentTransformation |
ObjectLambdaContentTransformation.fromAwsLambda(Consumer<AwsLambdaTransformation.Builder> awsLambda)
Create an instance of this class with
awsLambda() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
ObjectLambdaTransformationConfiguration.Builder |
ObjectLambdaTransformationConfiguration.Builder.contentTransformation(ObjectLambdaContentTransformation contentTransformation)
A container for the content transformation of an Object Lambda Access Point configuration.
|
Copyright © 2023. All rights reserved.