| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceQuota |
ResourceQuota.clone() |
ResourceQuota |
ResourceQuotas.getApplicationQuota()
The quota for applications in the AWS account.
|
ResourceQuota |
ResourceQuotas.getApplicationVersionQuota()
The quota for application versions in the AWS account.
|
ResourceQuota |
ResourceQuotas.getConfigurationTemplateQuota()
The quota for configuration templates in the AWS account.
|
ResourceQuota |
ResourceQuotas.getCustomPlatformQuota()
The quota for custom platforms in the AWS account.
|
ResourceQuota |
ResourceQuotas.getEnvironmentQuota()
The quota for environments in the AWS account.
|
ResourceQuota |
ResourceQuota.withMaximum(Integer maximum)
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceQuotas.setApplicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
|
void |
ResourceQuotas.setApplicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
|
void |
ResourceQuotas.setConfigurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
|
void |
ResourceQuotas.setCustomPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
|
void |
ResourceQuotas.setEnvironmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
|
ResourceQuotas |
ResourceQuotas.withApplicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
|
ResourceQuotas |
ResourceQuotas.withApplicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
|
ResourceQuotas |
ResourceQuotas.withConfigurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
|
ResourceQuotas |
ResourceQuotas.withCustomPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
|
ResourceQuotas |
ResourceQuotas.withEnvironmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
|
Copyright © 2025. All rights reserved.