Uses of Class
com.oracle.bmc.databasemanagement.responses.CreateCloudDbSystemDiscoveryResponse
-
Packages that use CreateCloudDbSystemDiscoveryResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of CreateCloudDbSystemDiscoveryResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return CreateCloudDbSystemDiscoveryResponse Modifier and Type Method Description CreateCloudDbSystemDiscoveryResponse
DbManagement. createCloudDbSystemDiscovery(CreateCloudDbSystemDiscoveryRequest request)
Creates a cloud DB system discovery resource and initiates the discovery process.CreateCloudDbSystemDiscoveryResponse
DbManagementClient. createCloudDbSystemDiscovery(CreateCloudDbSystemDiscoveryRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CreateCloudDbSystemDiscoveryResponse Modifier and Type Method Description Future<CreateCloudDbSystemDiscoveryResponse>
DbManagementAsync. createCloudDbSystemDiscovery(CreateCloudDbSystemDiscoveryRequest request, AsyncHandler<CreateCloudDbSystemDiscoveryRequest,CreateCloudDbSystemDiscoveryResponse> handler)
Creates a cloud DB system discovery resource and initiates the discovery process.Future<CreateCloudDbSystemDiscoveryResponse>
DbManagementAsyncClient. createCloudDbSystemDiscovery(CreateCloudDbSystemDiscoveryRequest request, AsyncHandler<CreateCloudDbSystemDiscoveryRequest,CreateCloudDbSystemDiscoveryResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateCloudDbSystemDiscoveryResponse Modifier and Type Method Description Future<CreateCloudDbSystemDiscoveryResponse>
DbManagementAsync. createCloudDbSystemDiscovery(CreateCloudDbSystemDiscoveryRequest request, AsyncHandler<CreateCloudDbSystemDiscoveryRequest,CreateCloudDbSystemDiscoveryResponse> handler)
Creates a cloud DB system discovery resource and initiates the discovery process.Future<CreateCloudDbSystemDiscoveryResponse>
DbManagementAsyncClient. createCloudDbSystemDiscovery(CreateCloudDbSystemDiscoveryRequest request, AsyncHandler<CreateCloudDbSystemDiscoveryRequest,CreateCloudDbSystemDiscoveryResponse> handler)
-
Uses of CreateCloudDbSystemDiscoveryResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return CreateCloudDbSystemDiscoveryResponse Modifier and Type Method Description CreateCloudDbSystemDiscoveryResponse
CreateCloudDbSystemDiscoveryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type CreateCloudDbSystemDiscoveryResponse Modifier and Type Method Description CreateCloudDbSystemDiscoveryResponse.Builder
CreateCloudDbSystemDiscoveryResponse.Builder. copy(CreateCloudDbSystemDiscoveryResponse o)
Copy method to populate the builder with values from the given instance.
-