| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model | |
| com.amazonaws.services.machinelearning.model.transform |
| Modifier and Type | Method and Description |
|---|---|
RDSDatabase |
RDSDatabase.clone() |
RDSDatabase |
RDSMetadata.getDatabase()
The database details required to connect to an Amazon RDS.
|
RDSDatabase |
RDSDataSpec.getDatabaseInformation()
Describes the
DatabaseName and InstanceIdentifier of an Amazon RDS database. |
RDSDatabase |
RDSDatabase.withDatabaseName(String databaseName) |
RDSDatabase |
RDSDatabase.withInstanceIdentifier(String instanceIdentifier)
The ID of an RDS DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RDSMetadata.setDatabase(RDSDatabase database)
The database details required to connect to an Amazon RDS.
|
void |
RDSDataSpec.setDatabaseInformation(RDSDatabase databaseInformation)
Describes the
DatabaseName and InstanceIdentifier of an Amazon RDS database. |
RDSMetadata |
RDSMetadata.withDatabase(RDSDatabase database)
The database details required to connect to an Amazon RDS.
|
RDSDataSpec |
RDSDataSpec.withDatabaseInformation(RDSDatabase databaseInformation)
Describes the
DatabaseName and InstanceIdentifier of an Amazon RDS database. |
| Modifier and Type | Method and Description |
|---|---|
RDSDatabase |
RDSDatabaseJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RDSDatabaseMarshaller.marshall(RDSDatabase rDSDatabase,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.