Uses of Enum
software.amazon.awssdk.services.ses.model.InvocationType
Packages that use InvocationType
-
Uses of InvocationType in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return InvocationTypeModifier and TypeMethodDescriptionstatic InvocationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InvocationTypeLambdaAction.invocationType()The invocation type of the Amazon Web Services Lambda function.static InvocationTypeReturns the enum constant of this type with the specified name.static InvocationType[]InvocationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type InvocationTypeMethods in software.amazon.awssdk.services.ses.model with parameters of type InvocationTypeModifier and TypeMethodDescriptionLambdaAction.Builder.invocationType(InvocationType invocationType) The invocation type of the Amazon Web Services Lambda function.