| 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 request)
 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> | AbstractAWSElasticBeanstalkAsync. updateEnvironmentAsync(UpdateEnvironmentRequest request) | 
| Future<UpdateEnvironmentResult> | AWSElasticBeanstalkAsyncClient. 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> | AbstractAWSElasticBeanstalkAsync. updateEnvironmentAsync(UpdateEnvironmentRequest request,
                      AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) | 
| Future<UpdateEnvironmentResult> | AWSElasticBeanstalkAsyncClient. 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> | AbstractAWSElasticBeanstalkAsync. updateEnvironmentAsync(UpdateEnvironmentRequest request,
                      AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) | 
| Future<UpdateEnvironmentResult> | AWSElasticBeanstalkAsyncClient. updateEnvironmentAsync(UpdateEnvironmentRequest request,
                      AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. clone() | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withApplicationName(String applicationName)
 The name of the application with which the environment is associated. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withDescription(String description)
 If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withEnvironmentId(String environmentId)
 The ID of the environment to update. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withEnvironmentName(String environmentName)
 The name of the environment to update. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withGroupName(String groupName)
 The name of the group to which the target environment belongs. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
 If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and
 sets the specified configuration options to the requested value. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withOptionSettings(ConfigurationOptionSetting... optionSettings)
 If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and
 sets the specified configuration options to the requested value. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)
 A list of custom user-defined configuration options to remove from the configuration set for this environment. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)
 A list of custom user-defined configuration options to remove from the configuration set for this environment. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withPlatformArn(String platformArn)
 The ARN of the platform, if used. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withSolutionStackName(String solutionStackName)
 This specifies the platform version that the environment will run after the environment is updated. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withTemplateName(String templateName)
 If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withTier(EnvironmentTier tier)
 This specifies the tier to use to update the environment. | 
| UpdateEnvironmentRequest | UpdateEnvironmentRequest. withVersionLabel(String versionLabel)
 If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment. | 
Copyright © 2021. All rights reserved.