Uses of Class
com.oracle.bmc.recovery.requests.ListProtectedDatabasesRequest
-
Packages that use ListProtectedDatabasesRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of ListProtectedDatabasesRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type ListProtectedDatabasesRequest Modifier and Type Method Description Future<ListProtectedDatabasesResponse>
DatabaseRecoveryAsync. listProtectedDatabases(ListProtectedDatabasesRequest request, AsyncHandler<ListProtectedDatabasesRequest,ListProtectedDatabasesResponse> handler)
Lists the protected databases based on the specified parameters.Future<ListProtectedDatabasesResponse>
DatabaseRecoveryAsyncClient. listProtectedDatabases(ListProtectedDatabasesRequest request, AsyncHandler<ListProtectedDatabasesRequest,ListProtectedDatabasesResponse> handler)
-
Uses of ListProtectedDatabasesRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ListProtectedDatabasesRequest Modifier and Type Method Description ListProtectedDatabasesRequest
ListProtectedDatabasesRequest.Builder. build()
Build the instance of ListProtectedDatabasesRequest as configured by this builderListProtectedDatabasesRequest
ListProtectedDatabasesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListProtectedDatabasesRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type ListProtectedDatabasesRequest Modifier and Type Method Description ListProtectedDatabasesRequest.Builder
ListProtectedDatabasesRequest.Builder. copy(ListProtectedDatabasesRequest o)
Copy method to populate the builder with values from the given instance.
-