Uses of Class
com.oracle.bmc.recovery.responses.ListProtectedDatabasesResponse
-
Packages that use ListProtectedDatabasesResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of ListProtectedDatabasesResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return ListProtectedDatabasesResponse Modifier and Type Method Description ListProtectedDatabasesResponse
DatabaseRecovery. listProtectedDatabases(ListProtectedDatabasesRequest request)
Lists the protected databases based on the specified parameters.ListProtectedDatabasesResponse
DatabaseRecoveryClient. listProtectedDatabases(ListProtectedDatabasesRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type ListProtectedDatabasesResponse 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)
Iterable<ListProtectedDatabasesResponse>
DatabaseRecoveryPaginators. listProtectedDatabasesResponseIterator(ListProtectedDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listProtectedDatabases operation.Method parameters in com.oracle.bmc.recovery with type arguments of type ListProtectedDatabasesResponse 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 ListProtectedDatabasesResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ListProtectedDatabasesResponse Modifier and Type Method Description ListProtectedDatabasesResponse
ListProtectedDatabasesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type ListProtectedDatabasesResponse Modifier and Type Method Description ListProtectedDatabasesResponse.Builder
ListProtectedDatabasesResponse.Builder. copy(ListProtectedDatabasesResponse o)
Copy method to populate the builder with values from the given instance.
-