| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceQuota |
ResourceQuotas.applicationQuota()
The quota for applications in the AWS account.
|
ResourceQuota |
ResourceQuotas.applicationVersionQuota()
The quota for application versions in the AWS account.
|
ResourceQuota |
ResourceQuotas.configurationTemplateQuota()
The quota for configuration templates in the AWS account.
|
ResourceQuota |
ResourceQuotas.customPlatformQuota()
The quota for custom platforms in the AWS account.
|
ResourceQuota |
ResourceQuotas.environmentQuota()
The quota for environments in the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceQuotas.Builder |
ResourceQuotas.Builder.applicationQuota(ResourceQuota applicationQuota)
The quota for applications in the AWS account.
|
ResourceQuotas.Builder |
ResourceQuotas.Builder.applicationVersionQuota(ResourceQuota applicationVersionQuota)
The quota for application versions in the AWS account.
|
ResourceQuotas.Builder |
ResourceQuotas.Builder.configurationTemplateQuota(ResourceQuota configurationTemplateQuota)
The quota for configuration templates in the AWS account.
|
ResourceQuotas.Builder |
ResourceQuotas.Builder.customPlatformQuota(ResourceQuota customPlatformQuota)
The quota for custom platforms in the AWS account.
|
ResourceQuotas.Builder |
ResourceQuotas.Builder.environmentQuota(ResourceQuota environmentQuota)
The quota for environments in the AWS account.
|
Copyright © 2022. All rights reserved.