Uses of Class
com.oracle.bmc.databasemanagement.responses.CheckExternalDbSystemConnectorConnectionStatusResponse
-
Packages that use CheckExternalDbSystemConnectorConnectionStatusResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of CheckExternalDbSystemConnectorConnectionStatusResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return CheckExternalDbSystemConnectorConnectionStatusResponse Modifier and Type Method Description CheckExternalDbSystemConnectorConnectionStatusResponse
DbManagement. checkExternalDbSystemConnectorConnectionStatus(CheckExternalDbSystemConnectorConnectionStatusRequest request)
Checks the status of the external DB system component connection specified in this connector.CheckExternalDbSystemConnectorConnectionStatusResponse
DbManagementClient. checkExternalDbSystemConnectorConnectionStatus(CheckExternalDbSystemConnectorConnectionStatusRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CheckExternalDbSystemConnectorConnectionStatusResponse Modifier and Type Method Description Future<CheckExternalDbSystemConnectorConnectionStatusResponse>
DbManagementAsync. checkExternalDbSystemConnectorConnectionStatus(CheckExternalDbSystemConnectorConnectionStatusRequest request, AsyncHandler<CheckExternalDbSystemConnectorConnectionStatusRequest,CheckExternalDbSystemConnectorConnectionStatusResponse> handler)
Checks the status of the external DB system component connection specified in this connector.Future<CheckExternalDbSystemConnectorConnectionStatusResponse>
DbManagementAsyncClient. checkExternalDbSystemConnectorConnectionStatus(CheckExternalDbSystemConnectorConnectionStatusRequest request, AsyncHandler<CheckExternalDbSystemConnectorConnectionStatusRequest,CheckExternalDbSystemConnectorConnectionStatusResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CheckExternalDbSystemConnectorConnectionStatusResponse Modifier and Type Method Description Future<CheckExternalDbSystemConnectorConnectionStatusResponse>
DbManagementAsync. checkExternalDbSystemConnectorConnectionStatus(CheckExternalDbSystemConnectorConnectionStatusRequest request, AsyncHandler<CheckExternalDbSystemConnectorConnectionStatusRequest,CheckExternalDbSystemConnectorConnectionStatusResponse> handler)
Checks the status of the external DB system component connection specified in this connector.Future<CheckExternalDbSystemConnectorConnectionStatusResponse>
DbManagementAsyncClient. checkExternalDbSystemConnectorConnectionStatus(CheckExternalDbSystemConnectorConnectionStatusRequest request, AsyncHandler<CheckExternalDbSystemConnectorConnectionStatusRequest,CheckExternalDbSystemConnectorConnectionStatusResponse> handler)
-
Uses of CheckExternalDbSystemConnectorConnectionStatusResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return CheckExternalDbSystemConnectorConnectionStatusResponse Modifier and Type Method Description CheckExternalDbSystemConnectorConnectionStatusResponse
CheckExternalDbSystemConnectorConnectionStatusResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type CheckExternalDbSystemConnectorConnectionStatusResponse Modifier and Type Method Description CheckExternalDbSystemConnectorConnectionStatusResponse.Builder
CheckExternalDbSystemConnectorConnectionStatusResponse.Builder. copy(CheckExternalDbSystemConnectorConnectionStatusResponse o)
Copy method to populate the builder with values from the given instance.
-