Uses of Class
com.amazonaws.services.opsworks.model.EnvironmentVariable
-
Packages that use EnvironmentVariable Package Description com.amazonaws.services.opsworks.model -
-
Uses of EnvironmentVariable in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return EnvironmentVariable Modifier and Type Method Description EnvironmentVariableEnvironmentVariable. clone()EnvironmentVariableEnvironmentVariable. withKey(String key)(Required) The environment variable's name, which can consist of up to 64 characters and must be specified.EnvironmentVariableEnvironmentVariable. withSecure(Boolean secure)(Optional) Whether the variable's value will be returned by the DescribeApps action.EnvironmentVariableEnvironmentVariable. withValue(String value)(Optional) The environment variable's value, which can be left empty.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type EnvironmentVariable Modifier and Type Method Description List<EnvironmentVariable>App. getEnvironment()An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.List<EnvironmentVariable>CreateAppRequest. getEnvironment()An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.List<EnvironmentVariable>UpdateAppRequest. getEnvironment()An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.Methods in com.amazonaws.services.opsworks.model with parameters of type EnvironmentVariable Modifier and Type Method Description AppApp. withEnvironment(EnvironmentVariable... environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.CreateAppRequestCreateAppRequest. withEnvironment(EnvironmentVariable... environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.UpdateAppRequestUpdateAppRequest. withEnvironment(EnvironmentVariable... environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type EnvironmentVariable Modifier and Type Method Description voidApp. setEnvironment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.voidCreateAppRequest. setEnvironment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.voidUpdateAppRequest. setEnvironment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.AppApp. withEnvironment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.CreateAppRequestCreateAppRequest. withEnvironment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.UpdateAppRequestUpdateAppRequest. withEnvironment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.
-