Uses of Class
com.oracle.bmc.database.responses.CreateDatabaseSoftwareImageResponse
- 
Packages that use CreateDatabaseSoftwareImageResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses 
- 
- 
Uses of CreateDatabaseSoftwareImageResponse in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return CreateDatabaseSoftwareImageResponse Modifier and Type Method Description CreateDatabaseSoftwareImageResponseDatabase. createDatabaseSoftwareImage(CreateDatabaseSoftwareImageRequest request)create database software image in the specified compartment.CreateDatabaseSoftwareImageResponseDatabaseClient. createDatabaseSoftwareImage(CreateDatabaseSoftwareImageRequest request)Method parameters in com.oracle.bmc.database with type arguments of type CreateDatabaseSoftwareImageResponse Modifier and Type Method Description Future<CreateDatabaseSoftwareImageResponse>DatabaseAsync. createDatabaseSoftwareImage(CreateDatabaseSoftwareImageRequest request, AsyncHandler<CreateDatabaseSoftwareImageRequest,CreateDatabaseSoftwareImageResponse> handler)create database software image in the specified compartment.Future<CreateDatabaseSoftwareImageResponse>DatabaseAsyncClient. createDatabaseSoftwareImage(CreateDatabaseSoftwareImageRequest request, AsyncHandler<CreateDatabaseSoftwareImageRequest,CreateDatabaseSoftwareImageResponse> handler)
- 
Uses of CreateDatabaseSoftwareImageResponse in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return CreateDatabaseSoftwareImageResponse Modifier and Type Method Description CreateDatabaseSoftwareImageResponseCreateDatabaseSoftwareImageResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateDatabaseSoftwareImageResponse Modifier and Type Method Description CreateDatabaseSoftwareImageResponse.BuilderCreateDatabaseSoftwareImageResponse.Builder. copy(CreateDatabaseSoftwareImageResponse o)Copy method to populate the builder with values from the given instance.
 
-