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 AccountQuotaAccountQuota. clone()AccountQuotaAccountQuota. withAccountQuotaName(String accountQuotaName)The name of the Amazon RDS quota for this AWS account.AccountQuotaAccountQuota. withMax(Long max)The maximum allowed value for the quota.AccountQuotaAccountQuota. 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 DescribeAccountAttributesResultDescribeAccountAttributesResult. 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 voidDescribeAccountAttributesResult. setAccountQuotas(Collection<AccountQuota> accountQuotas)A list of AccountQuota objects.DescribeAccountAttributesResultDescribeAccountAttributesResult. withAccountQuotas(Collection<AccountQuota> accountQuotas)A list of AccountQuota objects.
-