Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<EnvironmentVariable> |
App.getEnvironment()
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
List<EnvironmentVariable> |
UpdateAppRequest.getEnvironment()
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
List<EnvironmentVariable> |
CreateAppRequest.getEnvironment()
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
Modifier and Type | Method and Description |
---|---|
App |
App.withEnvironment(EnvironmentVariable... environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
UpdateAppRequest |
UpdateAppRequest.withEnvironment(EnvironmentVariable... environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
CreateAppRequest |
CreateAppRequest.withEnvironment(EnvironmentVariable... environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
Modifier and Type | Method and Description |
---|---|
void |
App.setEnvironment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
void |
UpdateAppRequest.setEnvironment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
void |
CreateAppRequest.setEnvironment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
App |
App.withEnvironment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
UpdateAppRequest |
UpdateAppRequest.withEnvironment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
CreateAppRequest |
CreateAppRequest.withEnvironment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
Copyright © 2018. All rights reserved.