Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
ListAutonomousDatabaseBackupsResponse |
Database.listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request)
Gets a list of Autonomous Database backups based on either the
autonomousDatabaseId or
compartmentId specified as a query parameter. |
ListAutonomousDatabaseBackupsResponse |
DatabaseClient.listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListAutonomousDatabaseBackupsResponse> |
DatabaseAsync.listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request,
AsyncHandler<ListAutonomousDatabaseBackupsRequest,ListAutonomousDatabaseBackupsResponse> handler)
Gets a list of Autonomous Database backups based on either the
autonomousDatabaseId or
compartmentId specified as a query parameter. |
Future<ListAutonomousDatabaseBackupsResponse> |
DatabaseAsyncClient.listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request,
AsyncHandler<ListAutonomousDatabaseBackupsRequest,ListAutonomousDatabaseBackupsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListAutonomousDatabaseBackupsResponse |
ListAutonomousDatabaseBackupsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListAutonomousDatabaseBackupsResponse.Builder |
ListAutonomousDatabaseBackupsResponse.Builder.copy(ListAutonomousDatabaseBackupsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.