Modifier and Type | Method and Description |
---|---|
TerminateEnvironmentResult |
AbstractAWSElasticBeanstalk.terminateEnvironment(TerminateEnvironmentRequest request) |
TerminateEnvironmentResult |
AWSElasticBeanstalkClient.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
|
TerminateEnvironmentResult |
AWSElasticBeanstalk.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<TerminateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest request,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<TerminateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.terminateEnvironmentAsync(TerminateEnvironmentRequest request,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<TerminateEnvironmentResult> |
AWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
Terminates the specified environment.
|
Modifier and Type | Method and Description |
---|---|
TerminateEnvironmentResult |
TerminateEnvironmentResult.clone() |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withAbortableOperationInProgress(java.lang.Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withDateCreated(java.util.Date dateCreated)
The creation date for this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withDescription(java.lang.String description)
Describes this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEndpointURL(java.lang.String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentId(java.lang.String environmentId)
The ID of this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentName(java.lang.String environmentName)
The name of this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealth(java.lang.String health)
Describes the health status of the environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealthStatus(java.lang.String healthStatus)
Returns the health status of the application running in your environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withSolutionStackName(java.lang.String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withStatus(java.lang.String status)
The current operational status of the environment:
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withTemplateName(java.lang.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(java.lang.String versionLabel)
The application version deployed in this environment.
|
Modifier and Type | Method and Description |
---|---|
TerminateEnvironmentResult |
TerminateEnvironmentResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |