Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateEnvironmentRequest
-
Packages that use UpdateEnvironmentRequest Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of UpdateEnvironmentRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description UpdateEnvironmentResultAbstractAWSElasticBeanstalk. updateEnvironment(UpdateEnvironmentRequest request)UpdateEnvironmentResultAWSElasticBeanstalk. 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.UpdateEnvironmentResultAWSElasticBeanstalkClient. 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.Future<UpdateEnvironmentResult>AbstractAWSElasticBeanstalkAsync. updateEnvironmentAsync(UpdateEnvironmentRequest request)Future<UpdateEnvironmentResult>AbstractAWSElasticBeanstalkAsync. updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)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>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)Future<UpdateEnvironmentResult>AWSElasticBeanstalkAsyncClient. updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateEnvironmentRequest Modifier and Type Method Description Future<UpdateEnvironmentResult>AbstractAWSElasticBeanstalkAsync. updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)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) -
Uses of UpdateEnvironmentRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateEnvironmentRequest Modifier and Type Method Description UpdateEnvironmentRequestUpdateEnvironmentRequest. clone()UpdateEnvironmentRequestUpdateEnvironmentRequest. withApplicationName(String applicationName)The name of the application with which the environment is associated.UpdateEnvironmentRequestUpdateEnvironmentRequest. withDescription(String description)If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.UpdateEnvironmentRequestUpdateEnvironmentRequest. withEnvironmentId(String environmentId)The ID of the environment to update.UpdateEnvironmentRequestUpdateEnvironmentRequest. withEnvironmentName(String environmentName)The name of the environment to update.UpdateEnvironmentRequestUpdateEnvironmentRequest. withGroupName(String groupName)The name of the group to which the target environment belongs.UpdateEnvironmentRequestUpdateEnvironmentRequest. 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.UpdateEnvironmentRequestUpdateEnvironmentRequest. 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.UpdateEnvironmentRequestUpdateEnvironmentRequest. withOptionsToRemove(OptionSpecification... optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this environment.UpdateEnvironmentRequestUpdateEnvironmentRequest. withOptionsToRemove(Collection<OptionSpecification> optionsToRemove)A list of custom user-defined configuration options to remove from the configuration set for this environment.UpdateEnvironmentRequestUpdateEnvironmentRequest. withSolutionStackName(String solutionStackName)This specifies the platform version that the environment will run after the environment is updated.UpdateEnvironmentRequestUpdateEnvironmentRequest. withTemplateName(String templateName)If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment.UpdateEnvironmentRequestUpdateEnvironmentRequest. withTier(EnvironmentTier tier)This specifies the tier to use to update the environment.UpdateEnvironmentRequestUpdateEnvironmentRequest. withVersionLabel(String versionLabel)If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment.
-