Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
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)
Sets the value of the Password property for this object.
|
RDSDatabaseCredentials |
RDSDatabaseCredentials.withUsername(String username)
Sets the value of the Username property for this object.
|
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.