Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.FeatureType
Packages that use FeatureType
-
Uses of FeatureType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return FeatureTypeModifier and TypeMethodDescriptionfinal FeatureTypeRefreshTokenRotationType.feature()The state of refresh token rotation for the current app client.static FeatureTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FeatureTypeReturns 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 FeatureTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type FeatureTypeModifier and TypeMethodDescriptionRefreshTokenRotationType.Builder.feature(FeatureType feature) The state of refresh token rotation for the current app client.