Uses of Class
com.oracle.bmc.mysql.requests.ListBackupsRequest
-
Packages that use ListBackupsRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ListBackupsRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ListBackupsRequest Modifier and Type Method Description ListBackupsResponseDbBackups. listBackups(ListBackupsRequest request)Get a list of DB System backups.Future<ListBackupsResponse>DbBackupsAsync. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)Get a list of DB System backups.Future<ListBackupsResponse>DbBackupsAsyncClient. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)ListBackupsResponseDbBackupsClient. listBackups(ListBackupsRequest request)Iterable<BackupSummary>DbBackupsPaginators. listBackupsRecordIterator(ListBackupsRequest request)Creates a new iterable which will iterate over theBackupSummaryobjects contained in responses from the listBackups operation.Iterable<ListBackupsResponse>DbBackupsPaginators. listBackupsResponseIterator(ListBackupsRequest request)Creates a new iterable which will iterate over the responses received from the listBackups operation.Method parameters in com.oracle.bmc.mysql with type arguments of type ListBackupsRequest Modifier and Type Method Description Future<ListBackupsResponse>DbBackupsAsync. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)Get a list of DB System backups.Future<ListBackupsResponse>DbBackupsAsyncClient. listBackups(ListBackupsRequest request, AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) -
Uses of ListBackupsRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListBackupsRequest Modifier and Type Method Description ListBackupsRequestListBackupsRequest.Builder. build()Build the instance of ListBackupsRequest as configured by this builderListBackupsRequestListBackupsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListBackupsRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ListBackupsRequest Modifier and Type Method Description ListBackupsRequest.BuilderListBackupsRequest.Builder. copy(ListBackupsRequest o)Copy method to populate the builder with values from the given instance.
-