| Package | Description | 
|---|---|
| org.openstack4j.api.trove | |
| org.openstack4j.openstack.trove.domain | |
| org.openstack4j.openstack.trove.internal | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends Database> | 
DatabaseService.list(String instanceId)
Gets the database specified by ID 
 | 
List<? extends Database> | 
UserService.listUserDatabases(String instanceId,
                 String userName)
Returns list of all databases which the user has access to on the database instance 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TroveDatabase
Model implementation for Database 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Database | 
TroveDatabase.DatabaseConcreteBuilder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
DatabaseBuilder | 
TroveDatabase.DatabaseConcreteBuilder.from(Database in)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends Database> | 
DBDatabaseServiceImpl.list(String instanceId)
Gets the database specified by ID 
 | 
List<? extends Database> | 
DBUserServiceImpl.listUserDatabases(String instanceId,
                 String userName)
Returns list of all databases which the user has access to on the database instance 
 | 
Copyright © 2017. All rights reserved.