Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateAppResult> |
AbstractAWSOpsWorksAsync.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
Future<UpdateAppResult> |
AWSOpsWorksAsync.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
Updates a specified app.
|
Future<UpdateAppResult> |
AWSOpsWorksAsyncClient.updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateAppRequest |
UpdateAppRequest.addAttributesEntry(String key,
String value) |
UpdateAppRequest |
UpdateAppRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateAppRequest |
UpdateAppRequest.clone() |
UpdateAppRequest |
UpdateAppRequest.withAppId(String appId)
The app ID.
|
UpdateAppRequest |
UpdateAppRequest.withAppSource(Source appSource)
A
Source object that specifies the app repository. |
UpdateAppRequest |
UpdateAppRequest.withAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
UpdateAppRequest |
UpdateAppRequest.withDataSources(Collection<DataSource> dataSources)
The app's data sources.
|
UpdateAppRequest |
UpdateAppRequest.withDataSources(DataSource... dataSources)
The app's data sources.
|
UpdateAppRequest |
UpdateAppRequest.withDescription(String description)
A description of the app.
|
UpdateAppRequest |
UpdateAppRequest.withDomains(Collection<String> domains)
The app's virtual host settings, with multiple domains separated by
commas.
|
UpdateAppRequest |
UpdateAppRequest.withDomains(String... domains)
The app's virtual host settings, with multiple domains separated by
commas.
|
UpdateAppRequest |
UpdateAppRequest.withEnableSsl(Boolean enableSsl)
Whether SSL is enabled for the app.
|
UpdateAppRequest |
UpdateAppRequest.withEnvironment(Collection<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. |
UpdateAppRequest |
UpdateAppRequest.withName(String name)
The app name.
|
UpdateAppRequest |
UpdateAppRequest.withSslConfiguration(SslConfiguration sslConfiguration)
An
SslConfiguration object with the SSL configuration. |
UpdateAppRequest |
UpdateAppRequest.withType(AppType type)
The app type.
|
UpdateAppRequest |
UpdateAppRequest.withType(String type)
The app type.
|
Copyright © 2018. All rights reserved.