| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
AccountQuota.Builder |
AccountQuota.Builder.accountQuotaName(String accountQuotaName)
The name of the DMS quota for this Amazon Web Services account.
|
static AccountQuota.Builder |
AccountQuota.builder() |
AccountQuota.Builder |
AccountQuota.Builder.max(Long max)
The maximum allowed value for the quota.
|
AccountQuota.Builder |
AccountQuota.toBuilder() |
AccountQuota.Builder |
AccountQuota.Builder.used(Long used)
The amount currently used toward the quota maximum.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountQuota.Builder> |
AccountQuota.serializableBuilderClass() |
Copyright © 2023. All rights reserved.