Uses of Class
com.oracle.bmc.database.responses.ListBackupsResponse
-
Packages that use ListBackupsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListBackupsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListBackupsResponse Modifier and Type Method Description ListBackupsResponseDatabase. listBackups(ListBackupsRequest request)Gets a list of backups based on thedatabaseIdorcompartmentIdspecified.ListBackupsResponseDatabaseClient. listBackups(ListBackupsRequest request)Methods in com.oracle.bmc.database that return types with arguments of type ListBackupsResponse Modifier and Type Method Description Future<ListBackupsResponse>DatabaseAsync. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)Gets a list of backups based on thedatabaseIdorcompartmentIdspecified.Future<ListBackupsResponse>DatabaseAsyncClient. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)Iterable<ListBackupsResponse>DatabasePaginators. listBackupsResponseIterator(ListBackupsRequest request)Creates a new iterable which will iterate over the responses received from the listBackups operation.Method parameters in com.oracle.bmc.database with type arguments of type ListBackupsResponse Modifier and Type Method Description Future<ListBackupsResponse>DatabaseAsync. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)Gets a list of backups based on thedatabaseIdorcompartmentIdspecified.Future<ListBackupsResponse>DatabaseAsyncClient. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) -
Uses of ListBackupsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListBackupsResponse Modifier and Type Method Description ListBackupsResponseListBackupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListBackupsResponse Modifier and Type Method Description ListBackupsResponse.BuilderListBackupsResponse.Builder. copy(ListBackupsResponse o)Copy method to populate the builder with values from the given instance.
-