Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
AbstractAWSElasticBeanstalk.updateEnvironment(UpdateEnvironmentRequest request) |
UpdateEnvironmentResult |
AWSElasticBeanstalk.updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the environment description, deploys a new application version,
updates the configuration settings to an entirely new configuration
template, or updates select configuration option values in the running
environment.
|
UpdateEnvironmentResult |
AWSElasticBeanstalkClient.updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the environment description, deploys a new application version,
updates the configuration settings to an entirely new configuration
template, or updates select configuration option values in the running
environment.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the environment description, deploys a new application version,
updates the configuration settings to an entirely new configuration
template, or updates select configuration option values in the running
environment.
|
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request) |
Future<UpdateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request) |
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates the environment description, deploys a new application version,
updates the configuration settings to an entirely new configuration
template, or updates select configuration option values in the running
environment.
|
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates the environment description, deploys a new application version,
updates the configuration settings to an entirely new configuration
template, or updates select configuration option values in the running
environment.
|
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
UpdateEnvironmentResult.clone() |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withAbortableOperationInProgress(Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withApplicationName(String applicationName)
The name of the application associated with this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withCNAME(String cNAME)
The URL to the CNAME for this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDateCreated(Date dateCreated)
The creation date for this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDateUpdated(Date dateUpdated)
The last modified date for this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDescription(String description)
Describes this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentId(String environmentId)
The ID of this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentName(String environmentName)
The name of this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealth(String health)
Describes the health status of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealthStatus(String healthStatus)
Returns the health status of the application running in your environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withSolutionStackName(String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withStatus(String status)
The current operational status of the environment:
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withTemplateName(String templateName)
The name of the configuration template used to originally launch this
environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withVersionLabel(String versionLabel)
The application version deployed in this environment.
|
Copyright © 2018. All rights reserved.