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.databasemanagement
Method 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.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DeleteCloudDbSystemConnectorRequest Modifier and Type Method Description DeleteCloudDbSystemConnectorRequest
DeleteCloudDbSystemConnectorRequest.Builder. build()
Build the instance of DeleteCloudDbSystemConnectorRequest as configured by this builderDeleteCloudDbSystemConnectorRequest
DeleteCloudDbSystemConnectorRequest.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.Builder
DeleteCloudDbSystemConnectorRequest.Builder. copy(DeleteCloudDbSystemConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-