Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<App> |
DescribeAppsResult.apps
An array of
App objects that describe the specified apps. |
Modifier and Type | Method and Description |
---|---|
App |
App.addAttributesEntry(java.lang.String key,
java.lang.String value) |
App |
App.clearAttributesEntries()
Removes all the entries added into Attributes.
|
App |
App.clone() |
App |
App.withAppId(java.lang.String appId)
The app ID.
|
App |
App.withAppSource(Source appSource)
A
Source object that describes the app repository. |
App |
App.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
The stack attributes.
|
App |
App.withCreatedAt(java.lang.String createdAt)
When the app was created.
|
App |
App.withDataSources(java.util.Collection<DataSource> dataSources)
The app's data sources.
|
App |
App.withDataSources(DataSource... dataSources)
The app's data sources.
|
App |
App.withDescription(java.lang.String description)
A description of the app.
|
App |
App.withDomains(java.util.Collection<java.lang.String> domains)
The app vhost settings with multiple domains separated by commas.
|
App |
App.withDomains(java.lang.String... domains)
The app vhost settings with multiple domains separated by commas.
|
App |
App.withEnableSsl(java.lang.Boolean enableSsl)
Whether to enable SSL for 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. |
App |
App.withEnvironment(EnvironmentVariable... environment)
An array of
EnvironmentVariable objects that specify
environment variables to be associated with the app. |
App |
App.withName(java.lang.String name)
The app name.
|
App |
App.withShortname(java.lang.String shortname)
The app's short name.
|
App |
App.withSslConfiguration(SslConfiguration sslConfiguration)
An
SslConfiguration object with the SSL configuration. |
App |
App.withStackId(java.lang.String stackId)
The app stack ID.
|
App |
App.withType(AppType type)
The app type.
|
App |
App.withType(java.lang.String type)
The app type.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<App> apps)
An array of
App objects that describe the specified apps. |
DescribeAppsResult |
DescribeAppsResult.withApps(java.util.Collection<App> apps)
An array of
App objects that describe the specified apps. |
Modifier and Type | Method and Description |
---|---|
App |
AppJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AppJsonMarshaller.marshall(App app,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|