Java com.amazonaws.services.elasticbeanstalk.model UpdateEnvironmentRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticbeanstalk.model UpdateEnvironmentRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticbeanstalk.model UpdateEnvironmentRequest.

The text is from its open source code.

Constructor

Method

voidsetDescription(String description)

If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.

voidsetEnvironmentId(String environmentId)

The ID of the environment to update.

voidsetEnvironmentName(String environmentName)

The name of the environment to update.

voidsetOptionSettings(java.util.Collection 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.

voidsetOptionsToRemove(java.util.Collection optionsToRemove)

A list of custom user-defined configuration options to remove from the configuration set for this environment.

voidsetTemplateName(String templateName)

If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment.

voidsetTier(EnvironmentTier tier)

This specifies the tier to use to update the environment.

voidsetVersionLabel(String versionLabel)

If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment.