Uses of Class
com.oracle.bmc.databasemanagement.requests.DeleteExternalDbSystemConnectorRequest
-
Packages that use DeleteExternalDbSystemConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DeleteExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DeleteExternalDbSystemConnectorRequest Modifier and Type Method Description Future<DeleteExternalDbSystemConnectorResponse>
DbManagementAsync. deleteExternalDbSystemConnector(DeleteExternalDbSystemConnectorRequest request, AsyncHandler<DeleteExternalDbSystemConnectorRequest,DeleteExternalDbSystemConnectorResponse> handler)
Deletes the external connector specified byexternalDbSystemConnectorId
.Future<DeleteExternalDbSystemConnectorResponse>
DbManagementAsyncClient. deleteExternalDbSystemConnector(DeleteExternalDbSystemConnectorRequest request, AsyncHandler<DeleteExternalDbSystemConnectorRequest,DeleteExternalDbSystemConnectorResponse> handler)
-
Uses of DeleteExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DeleteExternalDbSystemConnectorRequest Modifier and Type Method Description DeleteExternalDbSystemConnectorRequest
DeleteExternalDbSystemConnectorRequest.Builder. build()
Build the instance of DeleteExternalDbSystemConnectorRequest as configured by this builderDeleteExternalDbSystemConnectorRequest
DeleteExternalDbSystemConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExternalDbSystemConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DeleteExternalDbSystemConnectorRequest Modifier and Type Method Description DeleteExternalDbSystemConnectorRequest.Builder
DeleteExternalDbSystemConnectorRequest.Builder. copy(DeleteExternalDbSystemConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-