| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentVariable> |
UpdateAppRequest.environment()
An array of
EnvironmentVariable objects that specify environment variables to be associated with the
app. |
List<EnvironmentVariable> |
CreateAppRequest.environment()
An array of
EnvironmentVariable objects that specify environment variables to be associated with the
app. |
List<EnvironmentVariable> |
App.environment()
An array of
EnvironmentVariable objects that specify environment variables to be associated with the
app. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.environment(EnvironmentVariable... environment)
An array of
EnvironmentVariable objects that specify environment variables to be associated with
the app. |
CreateAppRequest.Builder |
CreateAppRequest.Builder.environment(EnvironmentVariable... environment)
An array of
EnvironmentVariable objects that specify environment variables to be associated with
the app. |
App.Builder |
App.Builder.environment(EnvironmentVariable... environment)
An array of
EnvironmentVariable objects that specify environment variables to be associated with
the app. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.environment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify environment variables to be associated with
the app. |
CreateAppRequest.Builder |
CreateAppRequest.Builder.environment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify environment variables to be associated with
the app. |
App.Builder |
App.Builder.environment(Collection<EnvironmentVariable> environment)
An array of
EnvironmentVariable objects that specify environment variables to be associated with
the app. |
Copyright © 2023. All rights reserved.