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 ListVersionsResponseMysqlaas. 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)ListVersionsResponseMysqlaasClient. 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 ListVersionsRequestListVersionsRequest.Builder. build()Build the instance of ListVersionsRequest as configured by this builderListVersionsRequestListVersionsRequest.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.BuilderListVersionsRequest.Builder. copy(ListVersionsRequest o)Copy method to populate the builder with values from the given instance.
-