Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ExplicitAuthFlowsType
-
Packages that use ExplicitAuthFlowsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ExplicitAuthFlowsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ExplicitAuthFlowsType Modifier and Type Method Description static ExplicitAuthFlowsTypeExplicitAuthFlowsType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExplicitAuthFlowsTypeExplicitAuthFlowsType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExplicitAuthFlowsType[]ExplicitAuthFlowsType. 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 ExplicitAuthFlowsType Modifier and Type Method Description List<ExplicitAuthFlowsType>CreateUserPoolClientRequest. explicitAuthFlows()The authentication flows that you want your user pool client to support.List<ExplicitAuthFlowsType>UpdateUserPoolClientRequest. explicitAuthFlows()The authentication flows that you want your user pool client to support.List<ExplicitAuthFlowsType>UserPoolClientType. explicitAuthFlows()The authentication flows that you want your user pool client to support.static Set<ExplicitAuthFlowsType>ExplicitAuthFlowsType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ExplicitAuthFlowsType Modifier and Type Method Description CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)The authentication flows that you want your user pool client to support.UserPoolClientType.BuilderUserPoolClientType.Builder. explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)The authentication flows that you want your user pool client to support.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ExplicitAuthFlowsType Modifier and Type Method Description CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)The authentication flows that you want your user pool client to support.UserPoolClientType.BuilderUserPoolClientType.Builder. explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)The authentication flows that you want your user pool client to support.
-