Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
Modifier and Type | Method and Description |
---|---|
RedshiftDatabaseCredentials |
RedshiftDatabaseCredentials.clone() |
RedshiftDatabaseCredentials |
RedshiftDataSpec.getDatabaseCredentials()
Describes AWS Identity and Access Management (IAM) credentials that
are used connect to the Amazon Redshift database.
|
RedshiftDatabaseCredentials |
RedshiftDatabaseCredentials.withPassword(String password)
A password to be used by Amazon ML to connect to a database on an
Amazon Redshift cluster.
|
RedshiftDatabaseCredentials |
RedshiftDatabaseCredentials.withUsername(String username)
A username to be used by Amazon Machine Learning (Amazon ML)to connect
to a database on an Amazon Redshift cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
RedshiftDataSpec.setDatabaseCredentials(RedshiftDatabaseCredentials databaseCredentials)
Describes AWS Identity and Access Management (IAM) credentials that
are used connect to the Amazon Redshift database.
|
RedshiftDataSpec |
RedshiftDataSpec.withDatabaseCredentials(RedshiftDatabaseCredentials databaseCredentials)
Describes AWS Identity and Access Management (IAM) credentials that
are used connect to the Amazon Redshift database.
|
Copyright © 2015. All rights reserved.