Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateProvisionedLimitResponse
Packages that use UpdateProvisionedLimitResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateProvisionedLimitResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UpdateProvisionedLimitResponseModifier and TypeMethodDescriptiondefault UpdateProvisionedLimitResponseCognitoIdentityProviderClient.updateProvisionedLimit(Consumer<UpdateProvisionedLimitRequest.Builder> updateProvisionedLimitRequest) Sets the provisioned limit for a specific API category.default UpdateProvisionedLimitResponseCognitoIdentityProviderClient.updateProvisionedLimit(UpdateProvisionedLimitRequest updateProvisionedLimitRequest) Sets the provisioned limit for a specific API category.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateProvisionedLimitResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateProvisionedLimit(Consumer<UpdateProvisionedLimitRequest.Builder> updateProvisionedLimitRequest) Sets the provisioned limit for a specific API category.CognitoIdentityProviderAsyncClient.updateProvisionedLimit(UpdateProvisionedLimitRequest updateProvisionedLimitRequest) Sets the provisioned limit for a specific API category.