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