Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
ResourceQuotas |
ResourceQuotas.clone() |
ResourceQuotas |
DescribeAccountAttributesResult.getResourceQuotas()
The Elastic Beanstalk resource quotas associated with the calling 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountAttributesResult.setResourceQuotas(ResourceQuotas resourceQuotas)
The Elastic Beanstalk resource quotas associated with the calling AWS account.
|
DescribeAccountAttributesResult |
DescribeAccountAttributesResult.withResourceQuotas(ResourceQuotas resourceQuotas)
The Elastic Beanstalk resource quotas associated with the calling AWS account.
|
Copyright © 2019. All rights reserved.