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 AccountQuotaAccountQuota. clone()AccountQuotaAccountQuota. withAccountQuotaName(String accountQuotaName)The name of the AWS DMS 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.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 DescribeAccountAttributesResultDescribeAccountAttributesResult. 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 voidDescribeAccountAttributesResult. setAccountQuotas(Collection<AccountQuota> accountQuotas)Account quota information.DescribeAccountAttributesResultDescribeAccountAttributesResult. withAccountQuotas(Collection<AccountQuota> accountQuotas)Account quota information.
-