Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.InvocationType
-
Packages that use InvocationType Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of InvocationType in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return InvocationType Modifier and Type Method Description static InvocationTypeInvocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InvocationTypeLambdaConfiguration. invocationType()Controls how the Lambda function is invoked.static InvocationTypeInvocationType. valueOf(String name)Returns 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.chimesdkmessaging.model that return types with arguments of type InvocationType Modifier and Type Method Description static Set<InvocationType>InvocationType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type InvocationType Modifier and Type Method Description LambdaConfiguration.BuilderLambdaConfiguration.Builder. invocationType(InvocationType invocationType)Controls how the Lambda function is invoked.
-