Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentDescription |
EnvironmentDescription.withApplicationName(String applicationName)
The name of the application associated with this environment.
|
EnvironmentDescription |
EnvironmentDescription.withCNAME(String cNAME)
The URL to the CNAME for this environment.
|
EnvironmentDescription |
EnvironmentDescription.withDateCreated(Date dateCreated)
The creation date for this environment.
|
EnvironmentDescription |
EnvironmentDescription.withDateUpdated(Date dateUpdated)
The last modified date for this environment.
|
EnvironmentDescription |
EnvironmentDescription.withDescription(String description)
Describes this environment.
|
EnvironmentDescription |
EnvironmentDescription.withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the
LoadBalancer.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentId(String environmentId)
The ID of this environment.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentName(String environmentName)
The name of this environment.
|
EnvironmentDescription |
EnvironmentDescription.withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
EnvironmentDescription |
EnvironmentDescription.withHealth(String health)
Describes the health status of the environment.
|
EnvironmentDescription |
EnvironmentDescription.withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
EnvironmentDescription |
EnvironmentDescription.withSolutionStackName(String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
EnvironmentDescription |
EnvironmentDescription.withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
EnvironmentDescription |
EnvironmentDescription.withStatus(String status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
EnvironmentDescription |
EnvironmentDescription.withTemplateName(String templateName)
The name of the configuration template used to originally launch this
environment.
|
EnvironmentDescription |
EnvironmentDescription.withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
EnvironmentDescription |
EnvironmentDescription.withVersionLabel(String versionLabel)
The application version deployed in this environment.
|
Modifier and Type | Method and Description |
---|---|
List<EnvironmentDescription> |
DescribeEnvironmentsResult.getEnvironments()
Returns an EnvironmentDescription list.
|
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentsResult |
DescribeEnvironmentsResult.withEnvironments(EnvironmentDescription... environments)
Returns an EnvironmentDescription list.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEnvironmentsResult.setEnvironments(Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
|
DescribeEnvironmentsResult |
DescribeEnvironmentsResult.withEnvironments(Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
|
Copyright © 2014. All rights reserved.