Uses of Class
com.oracle.bmc.database.requests.ListBackupDestinationRequest
-
Packages that use ListBackupDestinationRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListBackupDestinationRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListBackupDestinationRequest 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 ListBackupDestinationRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListBackupDestinationRequest Modifier and Type Method Description ListBackupDestinationRequestListBackupDestinationRequest.Builder. build()Build the instance of ListBackupDestinationRequest as configured by this builderListBackupDestinationRequestListBackupDestinationRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListBackupDestinationRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListBackupDestinationRequest Modifier and Type Method Description ListBackupDestinationRequest.BuilderListBackupDestinationRequest.Builder. copy(ListBackupDestinationRequest o)Copy method to populate the builder with values from the given instance.
-