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