Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AccountQuota> |
DescribeAccountAttributesResult.accountQuotas
A list of AccountQuota objects.
|
Modifier and Type | Method and Description |
---|---|
AccountQuota |
AccountQuota.clone() |
AccountQuota |
AccountQuota.withAccountQuotaName(java.lang.String accountQuotaName)
The name of the Amazon RDS quota for this AWS account.
|
AccountQuota |
AccountQuota.withMax(java.lang.Long max)
The maximum allowed value for the quota.
|
AccountQuota |
AccountQuota.withUsed(java.lang.Long used)
The amount currently used toward the quota maximum.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<AccountQuota> accountQuotas)
A list of AccountQuota objects.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountQuotas(java.util.Collection<AccountQuota> accountQuotas)
A list of AccountQuota objects.
|
Modifier and Type | Method and Description |
---|---|
AccountQuota |
AccountQuotaStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |