Uses of Class
com.amazonaws.services.machinelearning.model.RDSDatabaseCredentials
Packages that use RDSDatabaseCredentials
-
Uses of RDSDatabaseCredentials in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RDSDatabaseCredentialsModifier and TypeMethodDescriptionRDSDatabaseCredentials.clone()RDSDataSpec.getDatabaseCredentials()The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.RDSDatabaseCredentials.withPassword(String password) RDSDatabaseCredentials.withUsername(String username) Methods in com.amazonaws.services.machinelearning.model with parameters of type RDSDatabaseCredentialsModifier and TypeMethodDescriptionvoidRDSDataSpec.setDatabaseCredentials(RDSDatabaseCredentials databaseCredentials) The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.RDSDataSpec.withDatabaseCredentials(RDSDatabaseCredentials databaseCredentials) The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.