Uses of Class
com.amazonaws.services.databasemigrationservice.model.AccountQuota
-
Packages that use AccountQuota Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of AccountQuota in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return AccountQuota Modifier and Type Method Description AccountQuota
AccountQuota. clone()
AccountQuota
AccountQuota. withAccountQuotaName(String accountQuotaName)
The name of the AWS DMS 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.databasemigrationservice.model that return types with arguments of type AccountQuota Modifier and Type Method Description List<AccountQuota>
DescribeAccountAttributesResult. getAccountQuotas()
Account quota information.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type AccountQuota Modifier and Type Method Description DescribeAccountAttributesResult
DescribeAccountAttributesResult. withAccountQuotas(AccountQuota... accountQuotas)
Account quota information.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type AccountQuota Modifier and Type Method Description void
DescribeAccountAttributesResult. setAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.DescribeAccountAttributesResult
DescribeAccountAttributesResult. withAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
-