Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EnvironmentDescription> |
DescribeEnvironmentsResult.environments
Returns an EnvironmentDescription list.
|
private SdkInternalList<EnvironmentDescription> |
ComposeEnvironmentsResult.environments
Returns an EnvironmentDescription list.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentDescription |
EnvironmentDescription.clone() |
EnvironmentDescription |
EnvironmentDescription.withAbortableOperationInProgress(java.lang.Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
EnvironmentDescription |
EnvironmentDescription.withApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
|
EnvironmentDescription |
EnvironmentDescription.withCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
|
EnvironmentDescription |
EnvironmentDescription.withDateCreated(java.util.Date dateCreated)
The creation date for this environment.
|
EnvironmentDescription |
EnvironmentDescription.withDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
|
EnvironmentDescription |
EnvironmentDescription.withDescription(java.lang.String description)
Describes this environment.
|
EnvironmentDescription |
EnvironmentDescription.withEndpointURL(java.lang.String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentId(java.lang.String environmentId)
The ID of this environment.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentName(java.lang.String environmentName)
The name of this environment.
|
EnvironmentDescription |
EnvironmentDescription.withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
EnvironmentDescription |
EnvironmentDescription.withHealth(java.lang.String health)
Describes the health status of the environment.
|
EnvironmentDescription |
EnvironmentDescription.withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription |
EnvironmentDescription.withHealthStatus(java.lang.String healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription |
EnvironmentDescription.withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
EnvironmentDescription |
EnvironmentDescription.withSolutionStackName(java.lang.String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
EnvironmentDescription |
EnvironmentDescription.withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
EnvironmentDescription |
EnvironmentDescription.withStatus(java.lang.String status)
The current operational status of the environment:
|
EnvironmentDescription |
EnvironmentDescription.withTemplateName(java.lang.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(java.lang.String versionLabel)
The application version deployed in this environment.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EnvironmentDescription> |
DescribeEnvironmentsResult.getEnvironments()
Returns an EnvironmentDescription list.
|
java.util.List<EnvironmentDescription> |
ComposeEnvironmentsResult.getEnvironments()
Returns an EnvironmentDescription list.
|
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentsResult |
DescribeEnvironmentsResult.withEnvironments(EnvironmentDescription... environments)
Returns an EnvironmentDescription list.
|
ComposeEnvironmentsResult |
ComposeEnvironmentsResult.withEnvironments(EnvironmentDescription... environments)
Returns an EnvironmentDescription list.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEnvironmentsResult.setEnvironments(java.util.Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
|
void |
ComposeEnvironmentsResult.setEnvironments(java.util.Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
|
DescribeEnvironmentsResult |
DescribeEnvironmentsResult.withEnvironments(java.util.Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
|
ComposeEnvironmentsResult |
ComposeEnvironmentsResult.withEnvironments(java.util.Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentDescription |
EnvironmentDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |