Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
AbstractAWSElasticBeanstalk.updateEnvironment(UpdateEnvironmentRequest request) |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request) |
java.util.concurrent.Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<UpdateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateEnvironmentResult> |
AbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
java.util.concurrent.Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
UpdateEnvironmentResult.clone() |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withAbortableOperationInProgress(java.lang.Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDateCreated(java.util.Date dateCreated)
The creation date for this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDescription(java.lang.String description)
Describes this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEndpointURL(java.lang.String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentId(java.lang.String environmentId)
The ID of this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentLinks(java.util.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(java.lang.String environmentName)
The name of this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withHealth(java.lang.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(java.lang.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(java.lang.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(java.lang.String status)
The current operational status of the environment:
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withTemplateName(java.lang.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(java.lang.String versionLabel)
The application version deployed in this environment.
|
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
UpdateEnvironmentResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |