Package | Description |
---|---|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
AccountQuota |
AccountQuota.clone() |
AccountQuota |
AccountQuota.withAccountQuotaName(String accountQuotaName)
The name of the Amazon RDS 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()
A list of AccountQuota objects.
|
Modifier and Type | Method and Description |
---|---|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountQuotas(AccountQuota... accountQuotas)
A list of AccountQuota objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountAttributesResult.setAccountQuotas(Collection<AccountQuota> accountQuotas)
A list of AccountQuota objects.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountQuotas(Collection<AccountQuota> accountQuotas)
A list of AccountQuota objects.
|
Copyright © 2015. All rights reserved.