Uses of Class
com.amazonaws.services.rds.model.AccountQuota
Packages that use AccountQuota
-
Uses of AccountQuota in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return AccountQuotaModifier and TypeMethodDescriptionAccountQuota.clone()
AccountQuota.withAccountQuotaName
(String accountQuotaName) The name of the Amazon RDS quota for this AWS account.The maximum allowed value for the quota.The amount currently used toward the quota maximum.Methods in com.amazonaws.services.rds.model that return types with arguments of type AccountQuotaModifier and TypeMethodDescriptionDescribeAccountAttributesResult.getAccountQuotas()
A list of AccountQuota objects.Methods in com.amazonaws.services.rds.model with parameters of type AccountQuotaModifier and TypeMethodDescriptionDescribeAccountAttributesResult.withAccountQuotas
(AccountQuota... accountQuotas) A list of AccountQuota objects.Method parameters in com.amazonaws.services.rds.model with type arguments of type AccountQuotaModifier and TypeMethodDescriptionvoid
DescribeAccountAttributesResult.setAccountQuotas
(Collection<AccountQuota> accountQuotas) A list of AccountQuota objects.DescribeAccountAttributesResult.withAccountQuotas
(Collection<AccountQuota> accountQuotas) A list of AccountQuota objects.