Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
App |
App.addAttributesEntry(String key,
String value) |
App |
App.clearAttributesEntries()
Removes all the entries added into Attributes.
|
App |
App.clone() |
App |
App.withAppId(String appId)
The app ID.
|
App |
App.withAppSource(Source appSource)
A
Source object that describes the app repository. |
App |
App.withAttributes(Map<String,String> attributes)
The stack attributes.
|
App |
App.withCreatedAt(String createdAt)
When the app was created.
|
App |
App.withDataSources(Collection<DataSource> dataSources)
The app's data sources.
|
App |
App.withDataSources(DataSource... dataSources)
The app's data sources.
|
App |
App.withDescription(String description)
A description of the app.
|
App |
App.withDomains(Collection<String> domains)
The app vhost settings with multiple domains separated by commas.
|
App |
App.withDomains(String... domains)
The app vhost settings with multiple domains separated by commas.
|
App |
App.withEnableSsl(Boolean enableSsl)
Whether to enable SSL for the app.
|
App |
App.withEnvironment(Collection<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. |
App |
App.withName(String name)
The app name.
|
App |
App.withShortname(String shortname)
The app's short name.
|
App |
App.withSslConfiguration(SslConfiguration sslConfiguration)
An
SslConfiguration object with the SSL configuration. |
App |
App.withStackId(String stackId)
The app stack ID.
|
App |
App.withType(AppType type)
The app type.
|
App |
App.withType(String type)
The app type.
|
Modifier and Type | Method and Description |
---|---|
List<App> |
DescribeAppsResult.getApps()
An array of
App objects that describe the specified apps. |
Modifier and Type | Method and Description |
---|---|
DescribeAppsResult |
DescribeAppsResult.withApps(App... apps)
An array of
App objects that describe the specified apps. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeAppsResult.setApps(Collection<App> apps)
An array of
App objects that describe the specified apps. |
DescribeAppsResult |
DescribeAppsResult.withApps(Collection<App> apps)
An array of
App objects that describe the specified apps. |
Copyright © 2018. All rights reserved.