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