Uses of Class
software.amazon.awssdk.services.rds.model.AccountQuota
-
Packages that use AccountQuota Package Description software.amazon.awssdk.services.rds.model -
-
Uses of AccountQuota in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type AccountQuota Modifier and Type Method Description List<AccountQuota>DescribeAccountAttributesResponse. accountQuotas()A list ofAccountQuotaobjects.Methods in software.amazon.awssdk.services.rds.model with parameters of type AccountQuota Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. accountQuotas(AccountQuota... accountQuotas)A list ofAccountQuotaobjects.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type AccountQuota Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. accountQuotas(Collection<AccountQuota> accountQuotas)A list ofAccountQuotaobjects.
-