Uses of Class
com.oracle.bmc.databasemanagement.requests.DeleteCloudDbSystemConnectorRequest
- 
Packages that use DeleteCloudDbSystemConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests 
- 
- 
Uses of DeleteCloudDbSystemConnectorRequest in com.oracle.bmc.databasemanagementMethod parameters in com.oracle.bmc.databasemanagement with type arguments of type DeleteCloudDbSystemConnectorRequest Modifier and Type Method Description Future<DeleteCloudDbSystemConnectorResponse>DbManagementAsync. deleteCloudDbSystemConnector(DeleteCloudDbSystemConnectorRequest request, AsyncHandler<DeleteCloudDbSystemConnectorRequest,DeleteCloudDbSystemConnectorResponse> handler)Deletes the cloud connector specified bycloudDbSystemConnectorId.Future<DeleteCloudDbSystemConnectorResponse>DbManagementAsyncClient. deleteCloudDbSystemConnector(DeleteCloudDbSystemConnectorRequest request, AsyncHandler<DeleteCloudDbSystemConnectorRequest,DeleteCloudDbSystemConnectorResponse> handler)
- 
Uses of DeleteCloudDbSystemConnectorRequest in com.oracle.bmc.databasemanagement.requestsMethods in com.oracle.bmc.databasemanagement.requests that return DeleteCloudDbSystemConnectorRequest Modifier and Type Method Description DeleteCloudDbSystemConnectorRequestDeleteCloudDbSystemConnectorRequest.Builder. build()Build the instance of DeleteCloudDbSystemConnectorRequest as configured by this builderDeleteCloudDbSystemConnectorRequestDeleteCloudDbSystemConnectorRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteCloudDbSystemConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DeleteCloudDbSystemConnectorRequest Modifier and Type Method Description DeleteCloudDbSystemConnectorRequest.BuilderDeleteCloudDbSystemConnectorRequest.Builder. copy(DeleteCloudDbSystemConnectorRequest o)Copy method to populate the builder with values from the given instance.
 
-