Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<AccountQuota> |
DescribeAccountAttributesResult.getAccountQuotas()
Account quota information.
|
Modifier and Type | Method and Description |
---|---|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountQuotas(AccountQuota... accountQuotas)
Account quota information.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountAttributesResult.setAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
|
Copyright © 2018. All rights reserved.