Uses of Class
com.oracle.bmc.database.responses.ListBackupDestinationResponse
-
Packages that use ListBackupDestinationResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListBackupDestinationResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListBackupDestinationResponse Modifier and Type Method Description ListBackupDestinationResponse
Database. listBackupDestination(ListBackupDestinationRequest request)
Gets a list of backup destinations in the specified compartment.ListBackupDestinationResponse
DatabaseClient. listBackupDestination(ListBackupDestinationRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListBackupDestinationResponse Modifier and Type Method Description Future<ListBackupDestinationResponse>
DatabaseAsync. listBackupDestination(ListBackupDestinationRequest request, AsyncHandler<ListBackupDestinationRequest,ListBackupDestinationResponse> handler)
Gets a list of backup destinations in the specified compartment.Future<ListBackupDestinationResponse>
DatabaseAsyncClient. listBackupDestination(ListBackupDestinationRequest request, AsyncHandler<ListBackupDestinationRequest,ListBackupDestinationResponse> handler)
Iterable<ListBackupDestinationResponse>
DatabasePaginators. listBackupDestinationResponseIterator(ListBackupDestinationRequest request)
Creates a new iterable which will iterate over the responses received from the listBackupDestination operation.Method parameters in com.oracle.bmc.database with type arguments of type ListBackupDestinationResponse Modifier and Type Method Description Future<ListBackupDestinationResponse>
DatabaseAsync. listBackupDestination(ListBackupDestinationRequest request, AsyncHandler<ListBackupDestinationRequest,ListBackupDestinationResponse> handler)
Gets a list of backup destinations in the specified compartment.Future<ListBackupDestinationResponse>
DatabaseAsyncClient. listBackupDestination(ListBackupDestinationRequest request, AsyncHandler<ListBackupDestinationRequest,ListBackupDestinationResponse> handler)
-
Uses of ListBackupDestinationResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListBackupDestinationResponse Modifier and Type Method Description ListBackupDestinationResponse
ListBackupDestinationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListBackupDestinationResponse Modifier and Type Method Description ListBackupDestinationResponse.Builder
ListBackupDestinationResponse.Builder. copy(ListBackupDestinationResponse o)
Copy method to populate the builder with values from the given instance.
-