Uses of Class
com.oracle.bmc.databasemanagement.requests.CreateExternalDbSystemConnectorRequest
- 
Packages that use CreateExternalDbSystemConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests 
- 
- 
Uses of CreateExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement with parameters of type CreateExternalDbSystemConnectorRequest Modifier and Type Method Description CreateExternalDbSystemConnectorResponseDbManagement. createExternalDbSystemConnector(CreateExternalDbSystemConnectorRequest request)Creates a new external connector.Future<CreateExternalDbSystemConnectorResponse>DbManagementAsync. createExternalDbSystemConnector(CreateExternalDbSystemConnectorRequest request, AsyncHandler<CreateExternalDbSystemConnectorRequest,CreateExternalDbSystemConnectorResponse> handler)Creates a new external connector.Future<CreateExternalDbSystemConnectorResponse>DbManagementAsyncClient. createExternalDbSystemConnector(CreateExternalDbSystemConnectorRequest request, AsyncHandler<CreateExternalDbSystemConnectorRequest,CreateExternalDbSystemConnectorResponse> handler)CreateExternalDbSystemConnectorResponseDbManagementClient. createExternalDbSystemConnector(CreateExternalDbSystemConnectorRequest request)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateExternalDbSystemConnectorRequest Modifier and Type Method Description Future<CreateExternalDbSystemConnectorResponse>DbManagementAsync. createExternalDbSystemConnector(CreateExternalDbSystemConnectorRequest request, AsyncHandler<CreateExternalDbSystemConnectorRequest,CreateExternalDbSystemConnectorResponse> handler)Creates a new external connector.Future<CreateExternalDbSystemConnectorResponse>DbManagementAsyncClient. createExternalDbSystemConnector(CreateExternalDbSystemConnectorRequest request, AsyncHandler<CreateExternalDbSystemConnectorRequest,CreateExternalDbSystemConnectorResponse> handler)
- 
Uses of CreateExternalDbSystemConnectorRequest in com.oracle.bmc.databasemanagement.requestsMethods in com.oracle.bmc.databasemanagement.requests that return CreateExternalDbSystemConnectorRequest Modifier and Type Method Description CreateExternalDbSystemConnectorRequestCreateExternalDbSystemConnectorRequest.Builder. build()Build the instance of CreateExternalDbSystemConnectorRequest as configured by this builderCreateExternalDbSystemConnectorRequestCreateExternalDbSystemConnectorRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateExternalDbSystemConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateExternalDbSystemConnectorRequest Modifier and Type Method Description CreateExternalDbSystemConnectorRequest.BuilderCreateExternalDbSystemConnectorRequest.Builder. copy(CreateExternalDbSystemConnectorRequest o)Copy method to populate the builder with values from the given instance.
 
-