| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaConfiguration |
LambdaConfiguration.clone() |
LambdaConfiguration |
ProcessorConfiguration.getLambda()
Indicates that the processor is of type Lambda.
|
LambdaConfiguration |
LambdaConfiguration.withInvocationType(InvocationType invocationType)
Controls how the Lambda function is invoked.
|
LambdaConfiguration |
LambdaConfiguration.withInvocationType(String invocationType)
Controls how the Lambda function is invoked.
|
LambdaConfiguration |
LambdaConfiguration.withResourceArn(String resourceArn)
The ARN of the Lambda message processing function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorConfiguration.setLambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
|
ProcessorConfiguration |
ProcessorConfiguration.withLambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
|
Copyright © 2025. All rights reserved.