Uses of Class
com.amazonaws.services.machinelearning.model.RDSMetadata
-
Packages that use RDSMetadata Package Description com.amazonaws.services.machinelearning.model -
-
Uses of RDSMetadata in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RDSMetadata Modifier and Type Method Description RDSMetadata
RDSMetadata. clone()
RDSMetadata
DataSource. getRDSMetadata()
RDSMetadata
GetDataSourceResult. getRDSMetadata()
RDSMetadata
RDSMetadata. withDatabase(RDSDatabase database)
The database details required to connect to an Amazon RDS.RDSMetadata
RDSMetadata. withDatabaseUserName(String databaseUserName)
RDSMetadata
RDSMetadata. withDataPipelineId(String dataPipelineId)
The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.RDSMetadata
RDSMetadata. withResourceRole(String resourceRole)
The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3.RDSMetadata
RDSMetadata. withSelectSqlQuery(String selectSqlQuery)
The SQL query that is supplied during CreateDataSourceFromRDS.RDSMetadata
RDSMetadata. withServiceRole(String serviceRole)
The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3.Methods in com.amazonaws.services.machinelearning.model with parameters of type RDSMetadata Modifier and Type Method Description void
DataSource. setRDSMetadata(RDSMetadata rDSMetadata)
void
GetDataSourceResult. setRDSMetadata(RDSMetadata rDSMetadata)
DataSource
DataSource. withRDSMetadata(RDSMetadata rDSMetadata)
GetDataSourceResult
GetDataSourceResult. withRDSMetadata(RDSMetadata rDSMetadata)
-