Uses of Class
com.oracle.bmc.databasemanagement.requests.ListCloudDbSystemsRequest
-
Packages that use ListCloudDbSystemsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListCloudDbSystemsRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListCloudDbSystemsRequest Modifier and Type Method Description Future<ListCloudDbSystemsResponse>DbManagementAsync. listCloudDbSystems(ListCloudDbSystemsRequest request, AsyncHandler<ListCloudDbSystemsRequest,ListCloudDbSystemsResponse> handler)Lists the cloud DB systems in the specified compartment.Future<ListCloudDbSystemsResponse>DbManagementAsyncClient. listCloudDbSystems(ListCloudDbSystemsRequest request, AsyncHandler<ListCloudDbSystemsRequest,ListCloudDbSystemsResponse> handler) -
Uses of ListCloudDbSystemsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListCloudDbSystemsRequest Modifier and Type Method Description ListCloudDbSystemsRequestListCloudDbSystemsRequest.Builder. build()Build the instance of ListCloudDbSystemsRequest as configured by this builderListCloudDbSystemsRequestListCloudDbSystemsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCloudDbSystemsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListCloudDbSystemsRequest Modifier and Type Method Description ListCloudDbSystemsRequest.BuilderListCloudDbSystemsRequest.Builder. copy(ListCloudDbSystemsRequest o)Copy method to populate the builder with values from the given instance.
-