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 ListBackupsResponse
DbBackups. 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)
ListBackupsResponse
DbBackupsClient. listBackups(ListBackupsRequest request)
Iterable<BackupSummary>
DbBackupsPaginators. listBackupsRecordIterator(ListBackupsRequest request)
Creates a new iterable which will iterate over theBackupSummary
objects 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 ListBackupsRequest
ListBackupsRequest.Builder. build()
Build the instance of ListBackupsRequest as configured by this builderListBackupsRequest
ListBackupsRequest.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.Builder
ListBackupsRequest.Builder. copy(ListBackupsRequest o)
Copy method to populate the builder with values from the given instance.
-