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.databaseMethods in com.oracle.bmc.database that return UpdateAutonomousContainerDatabaseResponse Modifier and Type Method Description UpdateAutonomousContainerDatabaseResponseDatabase. updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request)Updates the properties of an Autonomous Container Database, such as display name, maintenance preference, backup retention, and tags.UpdateAutonomousContainerDatabaseResponseDatabaseClient. 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.responsesMethods in com.oracle.bmc.database.responses that return UpdateAutonomousContainerDatabaseResponse Modifier and Type Method Description UpdateAutonomousContainerDatabaseResponseUpdateAutonomousContainerDatabaseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateAutonomousContainerDatabaseResponse Modifier and Type Method Description UpdateAutonomousContainerDatabaseResponse.BuilderUpdateAutonomousContainerDatabaseResponse.Builder. copy(UpdateAutonomousContainerDatabaseResponse o)Copy method to populate the builder with values from the given instance.
 
-