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