Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse |
DatabaseClient.listBackups(ListBackupsRequest request) |
ListBackupsResponse |
Database.listBackups(ListBackupsRequest request)
Gets a list of backups based on the
databaseId or compartmentId specified. |
Modifier and Type | Method and Description |
---|---|
Future<ListBackupsResponse> |
DatabaseAsyncClient.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) |
Future<ListBackupsResponse> |
DatabaseAsync.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)
Gets a list of backups based on the
databaseId or compartmentId specified. |
Iterable<ListBackupsResponse> |
DatabasePaginators.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> |
DatabaseAsyncClient.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) |
Future<ListBackupsResponse> |
DatabaseAsync.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)
Gets a list of backups based on the
databaseId or compartmentId specified. |
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse |
ListBackupsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse.Builder |
ListBackupsResponse.Builder.copy(ListBackupsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.