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