Uses of Class
com.oracle.bmc.mysql.requests.ListVersionsRequest
-
Packages that use ListVersionsRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ListVersionsRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ListVersionsRequest Modifier and Type Method Description ListVersionsResponse
Mysqlaas. listVersions(ListVersionsRequest request)
Get a list of supported and available MySQL database major versions.Future<ListVersionsResponse>
MysqlaasAsync. listVersions(ListVersionsRequest request, AsyncHandler<ListVersionsRequest,ListVersionsResponse> handler)
Get a list of supported and available MySQL database major versions.Future<ListVersionsResponse>
MysqlaasAsyncClient. listVersions(ListVersionsRequest request, AsyncHandler<ListVersionsRequest,ListVersionsResponse> handler)
ListVersionsResponse
MysqlaasClient. listVersions(ListVersionsRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type ListVersionsRequest Modifier and Type Method Description Future<ListVersionsResponse>
MysqlaasAsync. listVersions(ListVersionsRequest request, AsyncHandler<ListVersionsRequest,ListVersionsResponse> handler)
Get a list of supported and available MySQL database major versions.Future<ListVersionsResponse>
MysqlaasAsyncClient. listVersions(ListVersionsRequest request, AsyncHandler<ListVersionsRequest,ListVersionsResponse> handler)
-
Uses of ListVersionsRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListVersionsRequest Modifier and Type Method Description ListVersionsRequest
ListVersionsRequest.Builder. build()
Build the instance of ListVersionsRequest as configured by this builderListVersionsRequest
ListVersionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListVersionsRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ListVersionsRequest Modifier and Type Method Description ListVersionsRequest.Builder
ListVersionsRequest.Builder. copy(ListVersionsRequest o)
Copy method to populate the builder with values from the given instance.
-