public interface DatabaseProvider
DatabaseEndpoint instances. Exposes methods for retrieving database properties by providing db identifiers.| Modifier and Type | Method and Description |
|---|---|
DatabaseEndpoint |
get(DatabaseEndpointIdentifier endpointIdentifier)
Retrieve a
DatabaseEndpoint by the means of a DatabaseEndpointIdentifier |
DatabaseInstance |
get(String databaseEngineId) |
DatabaseEndpoint |
get(String databaseInstanceId,
String endpointId)
Retrieves a
DatabaseEndpoint by providing a database and endpoint name without the need to instantiate a DatabaseEndpointIdentifier. |
DatabaseInstance get(String databaseEngineId)
DatabaseEndpoint get(DatabaseEndpointIdentifier endpointIdentifier)
DatabaseEndpoint by the means of a DatabaseEndpointIdentifierendpointIdentifier - DatabaseEndpoint get(String databaseInstanceId, String endpointId)
DatabaseEndpoint by providing a database and endpoint name without the need to instantiate a DatabaseEndpointIdentifier.databaseInstanceId - endpointId - Copyright © 2017. All Rights Reserved.