Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EnvironmentVariable> |
UpdateAppRequest.environment
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
private SdkInternalList<EnvironmentVariable> |
CreateAppRequest.environment
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
private SdkInternalList<EnvironmentVariable> |
App.environment
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
Modifier and Type | Method and Description |
---|---|
EnvironmentVariable |
EnvironmentVariable.clone() |
EnvironmentVariable |
EnvironmentVariable.withKey(java.lang.String key)
(Required) The environment variable's name, which can consist of up to 64
characters and must be specified.
|
EnvironmentVariable |
EnvironmentVariable.withSecure(java.lang.Boolean secure)
(Optional) Whether the variable's value will be returned by the
DescribeApps action.
|
EnvironmentVariable |
EnvironmentVariable.withValue(java.lang.String value)
(Optional) The environment variable's value, which can be left empty.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EnvironmentVariable> |
UpdateAppRequest.getEnvironment()
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
java.util.List<EnvironmentVariable> |
CreateAppRequest.getEnvironment()
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
java.util.List<EnvironmentVariable> |
App.getEnvironment()
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
Modifier and Type | Method and Description |
---|---|
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. |
App |
App.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 |
UpdateAppRequest.setEnvironment(java.util.Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
void |
CreateAppRequest.setEnvironment(java.util.Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
void |
App.setEnvironment(java.util.Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
UpdateAppRequest |
UpdateAppRequest.withEnvironment(java.util.Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
CreateAppRequest |
CreateAppRequest.withEnvironment(java.util.Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
App |
App.withEnvironment(java.util.Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
Modifier and Type | Method and Description |
---|---|
EnvironmentVariable |
EnvironmentVariableJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentVariableJsonMarshaller.marshall(EnvironmentVariable environmentVariable,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|