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.database
Methods in com.oracle.bmc.database that return CreateDatabaseSoftwareImageResponse Modifier and Type Method Description CreateDatabaseSoftwareImageResponse
Database. createDatabaseSoftwareImage(CreateDatabaseSoftwareImageRequest request)
create database software image in the specified compartment.CreateDatabaseSoftwareImageResponse
DatabaseClient. 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.responses
Methods in com.oracle.bmc.database.responses that return CreateDatabaseSoftwareImageResponse Modifier and Type Method Description CreateDatabaseSoftwareImageResponse
CreateDatabaseSoftwareImageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateDatabaseSoftwareImageResponse Modifier and Type Method Description CreateDatabaseSoftwareImageResponse.Builder
CreateDatabaseSoftwareImageResponse.Builder. copy(CreateDatabaseSoftwareImageResponse o)
Copy method to populate the builder with values from the given instance.
-