Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.LimitDefinitionType
Packages that use LimitDefinitionType
-
Uses of LimitDefinitionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LimitDefinitionTypeModifier and TypeMethodDescriptionfinal LimitDefinitionTypeGetProvisionedLimitRequest.limitDefinition()The limit to retrieve.final LimitDefinitionTypeLimitType.limitDefinition()The definition that identifies this limit, including the class and attributes.final LimitDefinitionTypeUpdateProvisionedLimitRequest.limitDefinition()The limit to update.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type LimitDefinitionTypeModifier and TypeMethodDescriptionGetProvisionedLimitRequest.Builder.limitDefinition(LimitDefinitionType limitDefinition) The limit to retrieve.LimitType.Builder.limitDefinition(LimitDefinitionType limitDefinition) The definition that identifies this limit, including the class and attributes.UpdateProvisionedLimitRequest.Builder.limitDefinition(LimitDefinitionType limitDefinition) The limit to update.