Uses of Class
com.amazonaws.services.machinelearning.model.RDSMetadata
Packages that use RDSMetadata
-
Uses of RDSMetadata in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RDSMetadataModifier and TypeMethodDescriptionRDSMetadata.clone()
DataSource.getRDSMetadata()
GetDataSourceResult.getRDSMetadata()
RDSMetadata.withDatabase
(RDSDatabase database) The database details required to connect to an Amazon RDS.RDSMetadata.withDatabaseUserName
(String databaseUserName) 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.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.withSelectSqlQuery
(String selectSqlQuery) The SQL query that is supplied during CreateDataSourceFromRDS.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 RDSMetadataModifier and TypeMethodDescriptionvoid
DataSource.setRDSMetadata
(RDSMetadata rDSMetadata) void
GetDataSourceResult.setRDSMetadata
(RDSMetadata rDSMetadata) DataSource.withRDSMetadata
(RDSMetadata rDSMetadata) GetDataSourceResult.withRDSMetadata
(RDSMetadata rDSMetadata)