Uses of Class
com.amazonaws.services.opsworks.model.DataSource
-
Packages that use DataSource Package Description com.amazonaws.services.opsworks.model -
-
Uses of DataSource in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DataSource Modifier and Type Method Description DataSource
DataSource. clone()
DataSource
DataSource. withArn(String arn)
The data source's ARN.DataSource
DataSource. withDatabaseName(String databaseName)
The database name.DataSource
DataSource. withType(String type)
The data source's type,AutoSelectOpsworksMysqlInstance
,OpsworksMysqlInstance
, orRdsDbInstance
.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type DataSource Modifier and Type Method Description List<DataSource>
App. getDataSources()
The app's data sources.List<DataSource>
CreateAppRequest. getDataSources()
The app's data source.List<DataSource>
UpdateAppRequest. getDataSources()
The app's data sources.Methods in com.amazonaws.services.opsworks.model with parameters of type DataSource Modifier and Type Method Description App
App. withDataSources(DataSource... dataSources)
The app's data sources.CreateAppRequest
CreateAppRequest. withDataSources(DataSource... dataSources)
The app's data source.UpdateAppRequest
UpdateAppRequest. withDataSources(DataSource... dataSources)
The app's data sources.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type DataSource Modifier and Type Method Description void
App. setDataSources(Collection<DataSource> dataSources)
The app's data sources.void
CreateAppRequest. setDataSources(Collection<DataSource> dataSources)
The app's data source.void
UpdateAppRequest. setDataSources(Collection<DataSource> dataSources)
The app's data sources.App
App. withDataSources(Collection<DataSource> dataSources)
The app's data sources.CreateAppRequest
CreateAppRequest. withDataSources(Collection<DataSource> dataSources)
The app's data source.UpdateAppRequest
UpdateAppRequest. withDataSources(Collection<DataSource> dataSources)
The app's data sources.
-