Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DataSource> |
UpdateAppRequest.dataSources
The app's data sources.
|
private SdkInternalList<DataSource> |
CreateAppRequest.dataSources
The app's data source.
|
private SdkInternalList<DataSource> |
App.dataSources
The app's data sources.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.clone() |
DataSource |
DataSource.withArn(java.lang.String arn)
The data source's ARN.
|
DataSource |
DataSource.withDatabaseName(java.lang.String databaseName)
The database name.
|
DataSource |
DataSource.withType(java.lang.String type)
The data source's type,
AutoSelectOpsworksMysqlInstance ,
OpsworksMysqlInstance , or RdsDbInstance . |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSource> |
UpdateAppRequest.getDataSources()
The app's data sources.
|
java.util.List<DataSource> |
CreateAppRequest.getDataSources()
The app's data source.
|
java.util.List<DataSource> |
App.getDataSources()
The app's data sources.
|
Modifier and Type | Method and Description |
---|---|
UpdateAppRequest |
UpdateAppRequest.withDataSources(DataSource... dataSources)
The app's data sources.
|
CreateAppRequest |
CreateAppRequest.withDataSources(DataSource... dataSources)
The app's data source.
|
App |
App.withDataSources(DataSource... dataSources)
The app's data sources.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateAppRequest.setDataSources(java.util.Collection<DataSource> dataSources)
The app's data sources.
|
void |
CreateAppRequest.setDataSources(java.util.Collection<DataSource> dataSources)
The app's data source.
|
void |
App.setDataSources(java.util.Collection<DataSource> dataSources)
The app's data sources.
|
UpdateAppRequest |
UpdateAppRequest.withDataSources(java.util.Collection<DataSource> dataSources)
The app's data sources.
|
CreateAppRequest |
CreateAppRequest.withDataSources(java.util.Collection<DataSource> dataSources)
The app's data source.
|
App |
App.withDataSources(java.util.Collection<DataSource> dataSources)
The app's data sources.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSourceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceJsonMarshaller.marshall(DataSource dataSource,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|