Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSOpsWorksClient.updateApp(UpdateAppRequest updateAppRequest)
Updates a specified app.
|
void |
AWSOpsWorks.updateApp(UpdateAppRequest updateAppRequest)
Updates a specified app.
|
Future<Void> |
AWSOpsWorksAsyncClient.updateAppAsync(UpdateAppRequest updateAppRequest)
Updates a specified app.
|
Future<Void> |
AWSOpsWorksAsync.updateAppAsync(UpdateAppRequest updateAppRequest)
Updates a specified app.
|
Future<Void> |
AWSOpsWorksAsyncClient.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,Void> asyncHandler)
Updates a specified app.
|
Future<Void> |
AWSOpsWorksAsync.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,Void> asyncHandler)
Updates a specified app.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSOpsWorksAsyncClient.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,Void> asyncHandler)
Updates a specified app.
|
Future<Void> |
AWSOpsWorksAsync.updateAppAsync(UpdateAppRequest updateAppRequest,
AsyncHandler<UpdateAppRequest,Void> asyncHandler)
Updates a specified app.
|
Modifier and Type | Method and Description |
---|---|
UpdateAppRequest |
UpdateAppRequest.addAttributesEntry(String key,
String value)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
UpdateAppRequest |
UpdateAppRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
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.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 © 2014. All rights reserved.