Uses of Interface
software.amazon.awssdk.services.rds.model.AccountQuota.Builder
-
Packages that use AccountQuota.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of AccountQuota.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AccountQuota.Builder Modifier and Type Method Description AccountQuota.BuilderAccountQuota.Builder. accountQuotaName(String accountQuotaName)The name of the Amazon RDS quota for this Amazon Web Services account.static AccountQuota.BuilderAccountQuota. builder()AccountQuota.BuilderAccountQuota.Builder. max(Long max)The maximum allowed value for the quota.AccountQuota.BuilderAccountQuota. toBuilder()AccountQuota.BuilderAccountQuota.Builder. used(Long used)The amount currently used toward the quota maximum.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type AccountQuota.Builder Modifier and Type Method Description static Class<? extends AccountQuota.Builder>AccountQuota. serializableBuilderClass()
-