Uses of Class
com.amazonaws.services.opsworks.model.EnvironmentVariable
Packages that use EnvironmentVariable
-
Uses of EnvironmentVariable in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return EnvironmentVariableModifier and TypeMethodDescriptionEnvironmentVariable.clone()
(Required) The environment variable's name, which can consist of up to 64 characters and must be specified.EnvironmentVariable.withSecure
(Boolean secure) (Optional) Whether the variable's value will be returned by the DescribeApps action.(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 EnvironmentVariableModifier and TypeMethodDescriptionApp.getEnvironment()
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.CreateAppRequest.getEnvironment()
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.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 EnvironmentVariableModifier and TypeMethodDescriptionApp.withEnvironment
(EnvironmentVariable... environment) An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.CreateAppRequest.withEnvironment
(EnvironmentVariable... environment) An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.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 EnvironmentVariableModifier and TypeMethodDescriptionvoid
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.withEnvironment
(Collection<EnvironmentVariable> environment) An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.CreateAppRequest.withEnvironment
(Collection<EnvironmentVariable> environment) An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.UpdateAppRequest.withEnvironment
(Collection<EnvironmentVariable> environment) An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.