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