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