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 ListProtectedDatabasesRequestListProtectedDatabasesRequest.Builder. build()Build the instance of ListProtectedDatabasesRequest as configured by this builderListProtectedDatabasesRequestListProtectedDatabasesRequest.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.BuilderListProtectedDatabasesRequest.Builder. copy(ListProtectedDatabasesRequest o)Copy method to populate the builder with values from the given instance.
-