Uses of Class
com.oracle.bmc.databasemanagement.requests.CreateCloudDbSystemConnectorRequest
-
Packages that use CreateCloudDbSystemConnectorRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateCloudDbSystemConnectorRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CreateCloudDbSystemConnectorRequest Modifier and Type Method Description CreateCloudDbSystemConnectorResponse
DbManagement. createCloudDbSystemConnector(CreateCloudDbSystemConnectorRequest request)
Creates a new cloud connector.Future<CreateCloudDbSystemConnectorResponse>
DbManagementAsync. createCloudDbSystemConnector(CreateCloudDbSystemConnectorRequest request, AsyncHandler<CreateCloudDbSystemConnectorRequest,CreateCloudDbSystemConnectorResponse> handler)
Creates a new cloud connector.Future<CreateCloudDbSystemConnectorResponse>
DbManagementAsyncClient. createCloudDbSystemConnector(CreateCloudDbSystemConnectorRequest request, AsyncHandler<CreateCloudDbSystemConnectorRequest,CreateCloudDbSystemConnectorResponse> handler)
CreateCloudDbSystemConnectorResponse
DbManagementClient. createCloudDbSystemConnector(CreateCloudDbSystemConnectorRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateCloudDbSystemConnectorRequest Modifier and Type Method Description Future<CreateCloudDbSystemConnectorResponse>
DbManagementAsync. createCloudDbSystemConnector(CreateCloudDbSystemConnectorRequest request, AsyncHandler<CreateCloudDbSystemConnectorRequest,CreateCloudDbSystemConnectorResponse> handler)
Creates a new cloud connector.Future<CreateCloudDbSystemConnectorResponse>
DbManagementAsyncClient. createCloudDbSystemConnector(CreateCloudDbSystemConnectorRequest request, AsyncHandler<CreateCloudDbSystemConnectorRequest,CreateCloudDbSystemConnectorResponse> handler)
-
Uses of CreateCloudDbSystemConnectorRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateCloudDbSystemConnectorRequest Modifier and Type Method Description CreateCloudDbSystemConnectorRequest
CreateCloudDbSystemConnectorRequest.Builder. build()
Build the instance of CreateCloudDbSystemConnectorRequest as configured by this builderCreateCloudDbSystemConnectorRequest
CreateCloudDbSystemConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCloudDbSystemConnectorRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateCloudDbSystemConnectorRequest Modifier and Type Method Description CreateCloudDbSystemConnectorRequest.Builder
CreateCloudDbSystemConnectorRequest.Builder. copy(CreateCloudDbSystemConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-