Uses of Class
com.oracle.bmc.database.responses.DeleteAutonomousDatabaseSoftwareImageResponse
-
Packages that use DeleteAutonomousDatabaseSoftwareImageResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteAutonomousDatabaseSoftwareImageResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteAutonomousDatabaseSoftwareImageResponse Modifier and Type Method Description DeleteAutonomousDatabaseSoftwareImageResponse
Database. deleteAutonomousDatabaseSoftwareImage(DeleteAutonomousDatabaseSoftwareImageRequest request)
Delete an Autonomous Database Software ImageDeleteAutonomousDatabaseSoftwareImageResponse
DatabaseClient. deleteAutonomousDatabaseSoftwareImage(DeleteAutonomousDatabaseSoftwareImageRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteAutonomousDatabaseSoftwareImageResponse Modifier and Type Method Description Future<DeleteAutonomousDatabaseSoftwareImageResponse>
DatabaseAsync. deleteAutonomousDatabaseSoftwareImage(DeleteAutonomousDatabaseSoftwareImageRequest request, AsyncHandler<DeleteAutonomousDatabaseSoftwareImageRequest,DeleteAutonomousDatabaseSoftwareImageResponse> handler)
Delete an Autonomous Database Software ImageFuture<DeleteAutonomousDatabaseSoftwareImageResponse>
DatabaseAsyncClient. deleteAutonomousDatabaseSoftwareImage(DeleteAutonomousDatabaseSoftwareImageRequest request, AsyncHandler<DeleteAutonomousDatabaseSoftwareImageRequest,DeleteAutonomousDatabaseSoftwareImageResponse> handler)
-
Uses of DeleteAutonomousDatabaseSoftwareImageResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteAutonomousDatabaseSoftwareImageResponse Modifier and Type Method Description DeleteAutonomousDatabaseSoftwareImageResponse
DeleteAutonomousDatabaseSoftwareImageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteAutonomousDatabaseSoftwareImageResponse Modifier and Type Method Description DeleteAutonomousDatabaseSoftwareImageResponse.Builder
DeleteAutonomousDatabaseSoftwareImageResponse.Builder. copy(DeleteAutonomousDatabaseSoftwareImageResponse o)
Copy method to populate the builder with values from the given instance.
-