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