Uses of Interface
software.amazon.awssdk.services.ses.model.LambdaAction.Builder
Packages that use LambdaAction.Builder
-
Uses of LambdaAction.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return LambdaAction.BuilderModifier and TypeMethodDescriptionstatic LambdaAction.BuilderLambdaAction.builder()LambdaAction.Builder.functionArn(String functionArn) The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function.LambdaAction.Builder.invocationType(String invocationType) The invocation type of the Amazon Web Services Lambda function.LambdaAction.Builder.invocationType(InvocationType invocationType) The invocation type of the Amazon Web Services Lambda function.LambdaAction.toBuilder()The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is executed.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type LambdaAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LambdaAction.Builder>LambdaAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type LambdaAction.BuilderModifier and TypeMethodDescriptiondefault ReceiptAction.BuilderReceiptAction.Builder.lambdaAction(Consumer<LambdaAction.Builder> lambdaAction) Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.