Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.ExplicitAuthFlowsType
Packages that use ExplicitAuthFlowsType
-
Uses of ExplicitAuthFlowsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ExplicitAuthFlowsTypeModifier and TypeMethodDescriptionstatic ExplicitAuthFlowsTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExplicitAuthFlowsTypeReturns 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 ExplicitAuthFlowsTypeModifier and TypeMethodDescriptionfinal List<ExplicitAuthFlowsType>CreateUserPoolClientRequest.explicitAuthFlows()The authentication flows that you want your user pool client to support.final List<ExplicitAuthFlowsType>UpdateUserPoolClientRequest.explicitAuthFlows()The authentication flows that you want your user pool client to support.final 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 ExplicitAuthFlowsTypeModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows) The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows) The authentication flows that you want your user pool client to support.UserPoolClientType.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 ExplicitAuthFlowsTypeModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows) The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows) The authentication flows that you want your user pool client to support.UserPoolClientType.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows) The authentication flows that you want your user pool client to support.