Uses of Class
com.oracle.bmc.database.responses.ListAutonomousDatabaseBackupsResponse
-
Packages that use ListAutonomousDatabaseBackupsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListAutonomousDatabaseBackupsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListAutonomousDatabaseBackupsResponse Modifier and Type Method Description ListAutonomousDatabaseBackupsResponseDatabase. listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request)Gets a list of Autonomous AI Database backups based on either theautonomousDatabaseIdorcompartmentIdspecified as a query parameter.ListAutonomousDatabaseBackupsResponseDatabaseClient. listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request)Method parameters in com.oracle.bmc.database with type arguments of type ListAutonomousDatabaseBackupsResponse Modifier and Type Method Description Future<ListAutonomousDatabaseBackupsResponse>DatabaseAsync. listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request, AsyncHandler<ListAutonomousDatabaseBackupsRequest,ListAutonomousDatabaseBackupsResponse> handler)Gets a list of Autonomous AI Database backups based on either theautonomousDatabaseIdorcompartmentIdspecified as a query parameter.Future<ListAutonomousDatabaseBackupsResponse>DatabaseAsyncClient. listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request, AsyncHandler<ListAutonomousDatabaseBackupsRequest,ListAutonomousDatabaseBackupsResponse> handler) -
Uses of ListAutonomousDatabaseBackupsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListAutonomousDatabaseBackupsResponse Modifier and Type Method Description ListAutonomousDatabaseBackupsResponseListAutonomousDatabaseBackupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListAutonomousDatabaseBackupsResponse Modifier and Type Method Description ListAutonomousDatabaseBackupsResponse.BuilderListAutonomousDatabaseBackupsResponse.Builder. copy(ListAutonomousDatabaseBackupsResponse o)Copy method to populate the builder with values from the given instance.
-