Uses of Class
software.amazon.awssdk.services.opsworks.model.EnvironmentVariable
-
Packages that use EnvironmentVariable Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of EnvironmentVariable in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type EnvironmentVariable Modifier and Type Method Description List<EnvironmentVariable>App. environment()An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.List<EnvironmentVariable>CreateAppRequest. environment()An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.List<EnvironmentVariable>UpdateAppRequest. environment()An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type EnvironmentVariable Modifier and Type Method Description App.BuilderApp.Builder. environment(EnvironmentVariable... environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.CreateAppRequest.BuilderCreateAppRequest.Builder. environment(EnvironmentVariable... environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.UpdateAppRequest.BuilderUpdateAppRequest.Builder. environment(EnvironmentVariable... environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type EnvironmentVariable Modifier and Type Method Description App.BuilderApp.Builder. environment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.CreateAppRequest.BuilderCreateAppRequest.Builder. environment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.UpdateAppRequest.BuilderUpdateAppRequest.Builder. environment(Collection<EnvironmentVariable> environment)An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.
-