Uses of Class
com.oracle.bmc.database.responses.ListSystemVersionMinorVersionsResponse
-
Packages that use ListSystemVersionMinorVersionsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListSystemVersionMinorVersionsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListSystemVersionMinorVersionsResponse Modifier and Type Method Description ListSystemVersionMinorVersionsResponse
Database. listSystemVersionMinorVersions(ListSystemVersionMinorVersionsRequest request)
Retrieves a list of supported minor versions for the specified Exadata System Software major version.ListSystemVersionMinorVersionsResponse
DatabaseClient. listSystemVersionMinorVersions(ListSystemVersionMinorVersionsRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ListSystemVersionMinorVersionsResponse Modifier and Type Method Description Future<ListSystemVersionMinorVersionsResponse>
DatabaseAsync. listSystemVersionMinorVersions(ListSystemVersionMinorVersionsRequest request, AsyncHandler<ListSystemVersionMinorVersionsRequest,ListSystemVersionMinorVersionsResponse> handler)
Retrieves a list of supported minor versions for the specified Exadata System Software major version.Future<ListSystemVersionMinorVersionsResponse>
DatabaseAsyncClient. listSystemVersionMinorVersions(ListSystemVersionMinorVersionsRequest request, AsyncHandler<ListSystemVersionMinorVersionsRequest,ListSystemVersionMinorVersionsResponse> handler)
-
Uses of ListSystemVersionMinorVersionsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListSystemVersionMinorVersionsResponse Modifier and Type Method Description ListSystemVersionMinorVersionsResponse
ListSystemVersionMinorVersionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListSystemVersionMinorVersionsResponse Modifier and Type Method Description ListSystemVersionMinorVersionsResponse.Builder
ListSystemVersionMinorVersionsResponse.Builder. copy(ListSystemVersionMinorVersionsResponse o)
Copy method to populate the builder with values from the given instance.
-