Uses of Class
com.oracle.bmc.databasemanagement.requests.CheckExternalDbSystemConnectorConnectionStatusRequest
-
Packages that use CheckExternalDbSystemConnectorConnectionStatusRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of CheckExternalDbSystemConnectorConnectionStatusRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CheckExternalDbSystemConnectorConnectionStatusRequest 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 CheckExternalDbSystemConnectorConnectionStatusRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CheckExternalDbSystemConnectorConnectionStatusRequest Modifier and Type Method Description CheckExternalDbSystemConnectorConnectionStatusRequest
CheckExternalDbSystemConnectorConnectionStatusRequest.Builder. build()
Build the instance of CheckExternalDbSystemConnectorConnectionStatusRequest as configured by this builderCheckExternalDbSystemConnectorConnectionStatusRequest
CheckExternalDbSystemConnectorConnectionStatusRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CheckExternalDbSystemConnectorConnectionStatusRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CheckExternalDbSystemConnectorConnectionStatusRequest Modifier and Type Method Description CheckExternalDbSystemConnectorConnectionStatusRequest.Builder
CheckExternalDbSystemConnectorConnectionStatusRequest.Builder. copy(CheckExternalDbSystemConnectorConnectionStatusRequest o)
Copy method to populate the builder with values from the given instance.
-