Uses of Class
com.oracle.bmc.databasemanagement.requests.CreateCloudDbSystemDiscoveryRequest
-
Packages that use CreateCloudDbSystemDiscoveryRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateCloudDbSystemDiscoveryRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateCloudDbSystemDiscoveryRequest 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 CreateCloudDbSystemDiscoveryRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateCloudDbSystemDiscoveryRequest Modifier and Type Method Description CreateCloudDbSystemDiscoveryRequest
CreateCloudDbSystemDiscoveryRequest.Builder. build()
Build the instance of CreateCloudDbSystemDiscoveryRequest as configured by this builderCreateCloudDbSystemDiscoveryRequest
CreateCloudDbSystemDiscoveryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCloudDbSystemDiscoveryRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateCloudDbSystemDiscoveryRequest Modifier and Type Method Description CreateCloudDbSystemDiscoveryRequest.Builder
CreateCloudDbSystemDiscoveryRequest.Builder. copy(CreateCloudDbSystemDiscoveryRequest o)
Copy method to populate the builder with values from the given instance.
-