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