Uses of Class
com.oracle.bmc.database.responses.GetDatabaseSoftwareImageResponse
- 
Packages that use GetDatabaseSoftwareImageResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses 
- 
- 
Uses of GetDatabaseSoftwareImageResponse in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return GetDatabaseSoftwareImageResponse Modifier and Type Method Description GetDatabaseSoftwareImageResponseDatabase. getDatabaseSoftwareImage(GetDatabaseSoftwareImageRequest request)Gets information about the specified database software image.GetDatabaseSoftwareImageResponseDatabaseClient. getDatabaseSoftwareImage(GetDatabaseSoftwareImageRequest request)Method parameters in com.oracle.bmc.database with type arguments of type GetDatabaseSoftwareImageResponse Modifier and Type Method Description Future<GetDatabaseSoftwareImageResponse>DatabaseAsync. getDatabaseSoftwareImage(GetDatabaseSoftwareImageRequest request, AsyncHandler<GetDatabaseSoftwareImageRequest,GetDatabaseSoftwareImageResponse> handler)Gets information about the specified database software image.Future<GetDatabaseSoftwareImageResponse>DatabaseAsyncClient. getDatabaseSoftwareImage(GetDatabaseSoftwareImageRequest request, AsyncHandler<GetDatabaseSoftwareImageRequest,GetDatabaseSoftwareImageResponse> handler)
- 
Uses of GetDatabaseSoftwareImageResponse in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return GetDatabaseSoftwareImageResponse Modifier and Type Method Description GetDatabaseSoftwareImageResponseGetDatabaseSoftwareImageResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetDatabaseSoftwareImageResponse Modifier and Type Method Description GetDatabaseSoftwareImageResponse.BuilderGetDatabaseSoftwareImageResponse.Builder. copy(GetDatabaseSoftwareImageResponse o)Copy method to populate the builder with values from the given instance.
 
-