Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifySoftwareTokenResponseType
-
Packages that use VerifySoftwareTokenResponseType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of VerifySoftwareTokenResponseType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return VerifySoftwareTokenResponseType Modifier and Type Method Description static VerifySoftwareTokenResponseTypeVerifySoftwareTokenResponseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VerifySoftwareTokenResponseTypeVerifySoftwareTokenResponse. status()The status of the verify software token.static VerifySoftwareTokenResponseTypeVerifySoftwareTokenResponseType. valueOf(String name)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 VerifySoftwareTokenResponseType Modifier and Type Method Description static Set<VerifySoftwareTokenResponseType>VerifySoftwareTokenResponseType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type VerifySoftwareTokenResponseType Modifier and Type Method Description VerifySoftwareTokenResponse.BuilderVerifySoftwareTokenResponse.Builder. status(VerifySoftwareTokenResponseType status)The status of the verify software token.
-