Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifySoftwareTokenResponseType
Packages that use VerifySoftwareTokenResponseType
-
Uses of VerifySoftwareTokenResponseType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return VerifySoftwareTokenResponseTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.VerifySoftwareTokenResponse.status()Amazon Cognito can accept or reject the code that you provide.Returns the enum constant of this type with the specified name.static VerifySoftwareTokenResponseType[]VerifySoftwareTokenResponseType.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 VerifySoftwareTokenResponseTypeModifier and TypeMethodDescriptionstatic Set<VerifySoftwareTokenResponseType>VerifySoftwareTokenResponseType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type VerifySoftwareTokenResponseTypeModifier and TypeMethodDescriptionVerifySoftwareTokenResponse.Builder.status(VerifySoftwareTokenResponseType status) Amazon Cognito can accept or reject the code that you provide.