Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.LimitClass
Packages that use LimitClass
-
Uses of LimitClass in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LimitClassModifier and TypeMethodDescriptionstatic LimitClassUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LimitClassLimitDefinitionType.limitClass()The class of the limit.static LimitClassReturns the enum constant of this type with the specified name.static LimitClass[]LimitClass.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 LimitClassMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type LimitClassModifier and TypeMethodDescriptionLimitDefinitionType.Builder.limitClass(LimitClass limitClass) The class of the limit.