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 |
---|---|
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 |
---|---|
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.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> |
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 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> |
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 |
---|---|
Future<UpdateEnvironmentResult> |
AWSElasticBeanstalkAsyncClient.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> |
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.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.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.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:
Launching : Environment is in the process of initial
deployment. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withStatus(String status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
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 © 2014. All rights reserved.