Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.InboundFederationLambdaType.Builder
Packages that use InboundFederationLambdaType.Builder
-
Uses of InboundFederationLambdaType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return InboundFederationLambdaType.BuilderModifier and TypeMethodDescriptionInboundFederationLambdaType.builder()The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.InboundFederationLambdaType.Builder.lambdaVersion(String lambdaVersion) The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.InboundFederationLambdaType.Builder.lambdaVersion(InboundFederationLambdaVersionType lambdaVersion) The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.InboundFederationLambdaType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type InboundFederationLambdaType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InboundFederationLambdaType.Builder>InboundFederationLambdaType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type InboundFederationLambdaType.BuilderModifier and TypeMethodDescriptiondefault LambdaConfigType.BuilderLambdaConfigType.Builder.inboundFederation(Consumer<InboundFederationLambdaType.Builder> inboundFederation) The configuration of an inbound federation Lambda trigger.