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 EnvironmentVariable
EnvironmentVariable. clone()
EnvironmentVariable
EnvironmentVariable. withKey(String key)
(Required) The environment variable's name, which can consist of up to 64 characters and must be specified.EnvironmentVariable
EnvironmentVariable. withSecure(Boolean secure)
(Optional) Whether the variable's value will be returned by the DescribeApps action.EnvironmentVariable
EnvironmentVariable. 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 ofEnvironmentVariable
objects that specify environment variables to be associated with the app.List<EnvironmentVariable>
CreateAppRequest. getEnvironment()
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.List<EnvironmentVariable>
UpdateAppRequest. getEnvironment()
An array ofEnvironmentVariable
objects 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 App
App. withEnvironment(EnvironmentVariable... environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.CreateAppRequest
CreateAppRequest. withEnvironment(EnvironmentVariable... environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.UpdateAppRequest
UpdateAppRequest. withEnvironment(EnvironmentVariable... environment)
An array ofEnvironmentVariable
objects 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 void
App. setEnvironment(Collection<EnvironmentVariable> environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.void
CreateAppRequest. setEnvironment(Collection<EnvironmentVariable> environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.void
UpdateAppRequest. setEnvironment(Collection<EnvironmentVariable> environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.App
App. withEnvironment(Collection<EnvironmentVariable> environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.CreateAppRequest
CreateAppRequest. withEnvironment(Collection<EnvironmentVariable> environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.UpdateAppRequest
UpdateAppRequest. withEnvironment(Collection<EnvironmentVariable> environment)
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.
-