Uses of Class
com.oracle.bmc.database.responses.UpdateAutonomousContainerDatabaseResponse
-
Packages that use UpdateAutonomousContainerDatabaseResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateAutonomousContainerDatabaseResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateAutonomousContainerDatabaseResponse Modifier and Type Method Description UpdateAutonomousContainerDatabaseResponse
Database. updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request)
Updates the properties of an Autonomous Container Database, such as display name, maintenance preference, backup retention, and tags.UpdateAutonomousContainerDatabaseResponse
DatabaseClient. updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateAutonomousContainerDatabaseResponse Modifier and Type Method Description Future<UpdateAutonomousContainerDatabaseResponse>
DatabaseAsync. updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request, AsyncHandler<UpdateAutonomousContainerDatabaseRequest,UpdateAutonomousContainerDatabaseResponse> handler)
Updates the properties of an Autonomous Container Database, such as display name, maintenance preference, backup retention, and tags.Future<UpdateAutonomousContainerDatabaseResponse>
DatabaseAsyncClient. updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request, AsyncHandler<UpdateAutonomousContainerDatabaseRequest,UpdateAutonomousContainerDatabaseResponse> handler)
-
Uses of UpdateAutonomousContainerDatabaseResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateAutonomousContainerDatabaseResponse Modifier and Type Method Description UpdateAutonomousContainerDatabaseResponse
UpdateAutonomousContainerDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateAutonomousContainerDatabaseResponse Modifier and Type Method Description UpdateAutonomousContainerDatabaseResponse.Builder
UpdateAutonomousContainerDatabaseResponse.Builder. copy(UpdateAutonomousContainerDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-