Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
Modifier and Type | Method and Description |
---|---|
RedshiftDatabase |
RedshiftDatabase.clone() |
RedshiftDatabase |
RedshiftDataSpec.getDatabaseInformation()
Describes the
DatabaseName and
ClusterIdentifier for an Amazon Redshift
DataSource . |
RedshiftDatabase |
RedshiftMetadata.getRedshiftDatabase()
Describes the database details required to connect to an Amazon
Redshift database.
|
RedshiftDatabase |
RedshiftDatabase.withClusterIdentifier(String clusterIdentifier)
The ID of an Amazon Redshift cluster.
|
RedshiftDatabase |
RedshiftDatabase.withDatabaseName(String databaseName)
The name of a database hosted on an Amazon Redshift cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
RedshiftDataSpec.setDatabaseInformation(RedshiftDatabase databaseInformation)
Describes the
DatabaseName and
ClusterIdentifier for an Amazon Redshift
DataSource . |
void |
RedshiftMetadata.setRedshiftDatabase(RedshiftDatabase redshiftDatabase)
Describes the database details required to connect to an Amazon
Redshift database.
|
RedshiftDataSpec |
RedshiftDataSpec.withDatabaseInformation(RedshiftDatabase databaseInformation)
Describes the
DatabaseName and
ClusterIdentifier for an Amazon Redshift
DataSource . |
RedshiftMetadata |
RedshiftMetadata.withRedshiftDatabase(RedshiftDatabase redshiftDatabase)
Describes the database details required to connect to an Amazon
Redshift database.
|
Copyright © 2015. All rights reserved.