Uses of Class
com.oracle.bmc.database.responses.ListAutonomousDbVersionsResponse
-
Packages that use ListAutonomousDbVersionsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListAutonomousDbVersionsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListAutonomousDbVersionsResponse Modifier and Type Method Description ListAutonomousDbVersionsResponse
Database. listAutonomousDbVersions(ListAutonomousDbVersionsRequest request)
Gets a list of supported Autonomous Database versions.ListAutonomousDbVersionsResponse
DatabaseClient. listAutonomousDbVersions(ListAutonomousDbVersionsRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListAutonomousDbVersionsResponse Modifier and Type Method Description Future<ListAutonomousDbVersionsResponse>
DatabaseAsync. listAutonomousDbVersions(ListAutonomousDbVersionsRequest request, AsyncHandler<ListAutonomousDbVersionsRequest,ListAutonomousDbVersionsResponse> handler)
Gets a list of supported Autonomous Database versions.Future<ListAutonomousDbVersionsResponse>
DatabaseAsyncClient. listAutonomousDbVersions(ListAutonomousDbVersionsRequest request, AsyncHandler<ListAutonomousDbVersionsRequest,ListAutonomousDbVersionsResponse> handler)
Iterable<ListAutonomousDbVersionsResponse>
DatabasePaginators. listAutonomousDbVersionsResponseIterator(ListAutonomousDbVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutonomousDbVersions operation.Method parameters in com.oracle.bmc.database with type arguments of type ListAutonomousDbVersionsResponse Modifier and Type Method Description Future<ListAutonomousDbVersionsResponse>
DatabaseAsync. listAutonomousDbVersions(ListAutonomousDbVersionsRequest request, AsyncHandler<ListAutonomousDbVersionsRequest,ListAutonomousDbVersionsResponse> handler)
Gets a list of supported Autonomous Database versions.Future<ListAutonomousDbVersionsResponse>
DatabaseAsyncClient. listAutonomousDbVersions(ListAutonomousDbVersionsRequest request, AsyncHandler<ListAutonomousDbVersionsRequest,ListAutonomousDbVersionsResponse> handler)
-
Uses of ListAutonomousDbVersionsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListAutonomousDbVersionsResponse Modifier and Type Method Description ListAutonomousDbVersionsResponse
ListAutonomousDbVersionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListAutonomousDbVersionsResponse Modifier and Type Method Description ListAutonomousDbVersionsResponse.Builder
ListAutonomousDbVersionsResponse.Builder. copy(ListAutonomousDbVersionsResponse o)
Copy method to populate the builder with values from the given instance.
-