Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.RecoveryOptionNameType
Packages that use RecoveryOptionNameType
-
Uses of RecoveryOptionNameType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RecoveryOptionNameTypeModifier and TypeMethodDescriptionstatic RecoveryOptionNameTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RecoveryOptionNameTypeRecoveryOptionType.name()The recovery method that this object sets a recovery option for.static RecoveryOptionNameTypeReturns the enum constant of this type with the specified name.static RecoveryOptionNameType[]RecoveryOptionNameType.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 RecoveryOptionNameTypeModifier and TypeMethodDescriptionstatic Set<RecoveryOptionNameType>RecoveryOptionNameType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type RecoveryOptionNameTypeModifier and TypeMethodDescriptionRecoveryOptionType.Builder.name(RecoveryOptionNameType name) The recovery method that this object sets a recovery option for.