| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.clone() |
AwsElasticBeanstalkEnvironmentDetails |
ResourceDetails.getAwsElasticBeanstalkEnvironment()
Details about an Elastic Beanstalk environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withApplicationName(String applicationName)
The name of the application that is associated with the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withCname(String cname)
The URL to the CNAME for this environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withDateCreated(String dateCreated)
The creation date for this environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withDateUpdated(String dateUpdated)
The date when this environment was last modified.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withDescription(String description)
A description of the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withEndpointUrl(String endpointUrl)
For load-balanced, autoscaling environments, the URL to the load balancer.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withEnvironmentArn(String environmentArn)
The ARN of the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withEnvironmentId(String environmentId)
The identifier of the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withEnvironmentLinks(AwsElasticBeanstalkEnvironmentEnvironmentLink... environmentLinks)
Links to other environments in the same group.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withEnvironmentLinks(Collection<AwsElasticBeanstalkEnvironmentEnvironmentLink> environmentLinks)
Links to other environments in the same group.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withEnvironmentName(String environmentName)
The name of the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withOptionSettings(AwsElasticBeanstalkEnvironmentOptionSetting... optionSettings)
The configuration setting for the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withOptionSettings(Collection<AwsElasticBeanstalkEnvironmentOptionSetting> optionSettings)
The configuration setting for the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withPlatformArn(String platformArn)
The ARN of the platform version for the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withSolutionStackName(String solutionStackName)
The name of the solution stack that is deployed with the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withStatus(String status)
The current operational status of the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withTier(AwsElasticBeanstalkEnvironmentTier tier)
The tier of the environment.
|
AwsElasticBeanstalkEnvironmentDetails |
AwsElasticBeanstalkEnvironmentDetails.withVersionLabel(String versionLabel)
The application version of the environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsElasticBeanstalkEnvironment(AwsElasticBeanstalkEnvironmentDetails awsElasticBeanstalkEnvironment)
Details about an Elastic Beanstalk environment.
|
ResourceDetails |
ResourceDetails.withAwsElasticBeanstalkEnvironment(AwsElasticBeanstalkEnvironmentDetails awsElasticBeanstalkEnvironment)
Details about an Elastic Beanstalk environment.
|
Copyright © 2023. All rights reserved.