Uses of Class
software.amazon.awssdk.services.machinelearning.model.RedshiftDatabase
-
Packages that use RedshiftDatabase Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of RedshiftDatabase in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return RedshiftDatabase Modifier and Type Method Description RedshiftDatabaseRedshiftDataSpec. databaseInformation()Describes theDatabaseNameandClusterIdentifierfor an Amazon RedshiftDataSource.RedshiftDatabaseRedshiftMetadata. redshiftDatabase()Returns the value of the RedshiftDatabase property for this object.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type RedshiftDatabase Modifier and Type Method Description RedshiftDataSpec.BuilderRedshiftDataSpec.Builder. databaseInformation(RedshiftDatabase databaseInformation)Describes theDatabaseNameandClusterIdentifierfor an Amazon RedshiftDataSource.RedshiftMetadata.BuilderRedshiftMetadata.Builder. redshiftDatabase(RedshiftDatabase redshiftDatabase)Sets the value of the RedshiftDatabase property for this object.
-