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 RDSMetadataRDSMetadata. clone()RDSMetadataDataSource. getRDSMetadata()RDSMetadataGetDataSourceResult. getRDSMetadata()RDSMetadataRDSMetadata. withDatabase(RDSDatabase database)The database details required to connect to an Amazon RDS.RDSMetadataRDSMetadata. withDatabaseUserName(String databaseUserName)RDSMetadataRDSMetadata. withDataPipelineId(String dataPipelineId)The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.RDSMetadataRDSMetadata. withResourceRole(String resourceRole)The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3.RDSMetadataRDSMetadata. withSelectSqlQuery(String selectSqlQuery)The SQL query that is supplied during CreateDataSourceFromRDS.RDSMetadataRDSMetadata. 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 voidDataSource. setRDSMetadata(RDSMetadata rDSMetadata)voidGetDataSourceResult. setRDSMetadata(RDSMetadata rDSMetadata)DataSourceDataSource. withRDSMetadata(RDSMetadata rDSMetadata)GetDataSourceResultGetDataSourceResult. withRDSMetadata(RDSMetadata rDSMetadata)
-