Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.FeatureType
-
Packages that use FeatureType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of FeatureType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return FeatureType Modifier and Type Method Description FeatureTypeRefreshTokenRotationType. feature()The state of refresh token rotation for the current app client.static FeatureTypeFeatureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FeatureTypeFeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureType[]FeatureType. 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 FeatureType Modifier and Type Method Description static Set<FeatureType>FeatureType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type FeatureType Modifier and Type Method Description RefreshTokenRotationType.BuilderRefreshTokenRotationType.Builder. feature(FeatureType feature)The state of refresh token rotation for the current app client.
-