Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.InboundFederationLambdaVersionType
Packages that use InboundFederationLambdaVersionType
-
Uses of InboundFederationLambdaVersionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return InboundFederationLambdaVersionTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.InboundFederationLambdaType.lambdaVersion()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.Returns the enum constant of this type with the specified name.static InboundFederationLambdaVersionType[]InboundFederationLambdaVersionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type InboundFederationLambdaVersionTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type InboundFederationLambdaVersionTypeModifier and TypeMethodDescriptionInboundFederationLambdaType.Builder.lambdaVersion(InboundFederationLambdaVersionType lambdaVersion) The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.