Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.actions.AuthenticateCognitoActionProps.Builder
Packages that use AuthenticateCognitoActionProps.Builder
Package
Description
Actions for AWS Elastic Load Balancing V2
-
Uses of AuthenticateCognitoActionProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions that return AuthenticateCognitoActionProps.BuilderModifier and TypeMethodDescriptionAuthenticateCognitoActionProps.Builder.authenticationRequestExtraParams(Map<String, String> authenticationRequestExtraParams) Sets the value ofAuthenticateCognitoActionProps.getAuthenticationRequestExtraParams()AuthenticateCognitoActionProps.builder()AuthenticateCognitoActionProps.Builder.next(ListenerAction next) Sets the value ofAuthenticateCognitoActionProps.getNext()AuthenticateCognitoActionProps.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest) Sets the value ofAuthenticateCognitoActionProps.getOnUnauthenticatedRequest()Sets the value ofAuthenticateCognitoActionProps.getScope()AuthenticateCognitoActionProps.Builder.sessionCookieName(String sessionCookieName) Sets the value ofAuthenticateCognitoActionProps.getSessionCookieName()AuthenticateCognitoActionProps.Builder.sessionTimeout(Duration sessionTimeout) Sets the value ofAuthenticateCognitoActionProps.getSessionTimeout()Sets the value ofAuthenticateCognitoActionProps.getUserPool()AuthenticateCognitoActionProps.Builder.userPoolClient(IUserPoolClient userPoolClient) Sets the value ofAuthenticateCognitoActionProps.getUserPoolClient()AuthenticateCognitoActionProps.Builder.userPoolDomain(IUserPoolDomain userPoolDomain) Sets the value ofAuthenticateCognitoActionProps.getUserPoolDomain()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2.actions with parameters of type AuthenticateCognitoActionProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAuthenticateCognitoActionProps.Builder.