Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse |
DbBackupsClient.listBackups(ListBackupsRequest request) |
ListBackupsResponse |
DbBackups.listBackups(ListBackupsRequest request)
Get a list of DB System backups.
|
Future<ListBackupsResponse> |
DbBackupsAsyncClient.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) |
Future<ListBackupsResponse> |
DbBackupsAsync.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)
Get a list of DB System backups.
|
Iterable<BackupSummary> |
DbBackupsPaginators.listBackupsRecordIterator(ListBackupsRequest request)
Creates a new iterable which will iterate over the
BackupSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListBackupsResponse> |
DbBackupsAsyncClient.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) |
Future<ListBackupsResponse> |
DbBackupsAsync.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)
Get a list of DB System backups.
|
Modifier and Type | Method and Description |
---|---|
ListBackupsRequest |
ListBackupsRequest.Builder.build()
Build the instance of ListBackupsRequest as configured by this builder
|
ListBackupsRequest |
ListBackupsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListBackupsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListBackupsRequest.Builder |
ListBackupsRequest.Builder.copy(ListBackupsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.