Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
TerminateEnvironmentResult |
AbstractAWSElasticBeanstalk.terminateEnvironment(TerminateEnvironmentRequest request) |
TerminateEnvironmentResult |
AWSElasticBeanstalk.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
|
TerminateEnvironmentResult |
AWSElasticBeanstalkClient.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
|
Modifier and Type | Method and Description |
---|---|
Future<TerminateEnvironmentResult> |
AWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
Terminates the specified environment.
|
Future<TerminateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.terminateEnvironmentAsync(TerminateEnvironmentRequest request,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler) |
Future<TerminateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest request,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
TerminateEnvironmentResult |
TerminateEnvironmentResult.clone() |
TerminateEnvironmentResult |
TerminateEnvironmentResult.withAbortableOperationInProgress(Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
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.withEnvironmentLinks(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(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.withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withHealthStatus(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(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(String status)
The current operational status of the environment:
|
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 © 2018. All rights reserved.