Uses of Class
com.amazonaws.services.machinelearning.model.RedshiftDatabase
-
Packages that use RedshiftDatabase Package Description com.amazonaws.services.machinelearning.model -
-
Uses of RedshiftDatabase in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RedshiftDatabase Modifier and Type Method Description RedshiftDatabase
RedshiftDatabase. clone()
RedshiftDatabase
RedshiftDataSpec. getDatabaseInformation()
Describes theDatabaseName
andClusterIdentifier
for an Amazon RedshiftDataSource
.RedshiftDatabase
RedshiftMetadata. getRedshiftDatabase()
RedshiftDatabase
RedshiftDatabase. withClusterIdentifier(String clusterIdentifier)
RedshiftDatabase
RedshiftDatabase. withDatabaseName(String databaseName)
Methods in com.amazonaws.services.machinelearning.model with parameters of type RedshiftDatabase Modifier and Type Method Description void
RedshiftDataSpec. setDatabaseInformation(RedshiftDatabase databaseInformation)
Describes theDatabaseName
andClusterIdentifier
for an Amazon RedshiftDataSource
.void
RedshiftMetadata. setRedshiftDatabase(RedshiftDatabase redshiftDatabase)
RedshiftDataSpec
RedshiftDataSpec. withDatabaseInformation(RedshiftDatabase databaseInformation)
Describes theDatabaseName
andClusterIdentifier
for an Amazon RedshiftDataSource
.RedshiftMetadata
RedshiftMetadata. withRedshiftDatabase(RedshiftDatabase redshiftDatabase)
-