Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk.
|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
TerminateEnvironmentResult |
AWSElasticBeanstalkClient.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
|
TerminateEnvironmentResult |
AWSElasticBeanstalk.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
|
Modifier and Type | Method and Description |
---|---|
Future<TerminateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
Terminates the specified environment.
|
Future<TerminateEnvironmentResult> |
AWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
Terminates the specified environment.
|
Modifier and Type | Method and Description |
---|---|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withApplicationName(String applicationName)
The name of the application associated with this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withCNAME(String cNAME)
The URL to the CNAME for this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withDateCreated(Date dateCreated)
The creation date for this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withDateUpdated(Date dateUpdated)
The last modified date for this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withDescription(String description)
Describes this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the
LoadBalancer.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentId(String environmentId)
The ID of this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentName(String environmentName)
The name of this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealth(String health)
Describes the health status of the environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withSolutionStackName(String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withStatus(String status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withTemplateName(String templateName)
The name of the configuration template used to originally launch this
environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withVersionLabel(String versionLabel)
The application version deployed in this environment.
|
Copyright © 2014. All rights reserved.