Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AccountQuota> |
DescribeAccountAttributesResult.accountQuotas
Account quota information.
|
Modifier and Type | Method and Description |
---|---|
AccountQuota |
AccountQuota.clone() |
AccountQuota |
AccountQuota.withAccountQuotaName(java.lang.String accountQuotaName)
The name of the AWS DMS 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()
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(java.util.Collection<AccountQuota> accountQuotas)
Account quota information.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withAccountQuotas(java.util.Collection<AccountQuota> accountQuotas)
Account quota information.
|
Modifier and Type | Method and Description |
---|---|
AccountQuota |
AccountQuotaJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AccountQuotaJsonMarshaller.marshall(AccountQuota accountQuota,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|