Uses of Class
com.oracle.bmc.opsi.responses.ListSqlTextsResponse
-
Packages that use ListSqlTextsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListSqlTextsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListSqlTextsResponse Modifier and Type Method Description ListSqlTextsResponseOperationsInsights. listSqlTexts(ListSqlTextsRequest request)Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.ListSqlTextsResponseOperationsInsightsClient. listSqlTexts(ListSqlTextsRequest request)Methods in com.oracle.bmc.opsi that return types with arguments of type ListSqlTextsResponse Modifier and Type Method Description Future<ListSqlTextsResponse>OperationsInsightsAsync. listSqlTexts(ListSqlTextsRequest request, AsyncHandler<ListSqlTextsRequest,ListSqlTextsResponse> handler)Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.Future<ListSqlTextsResponse>OperationsInsightsAsyncClient. listSqlTexts(ListSqlTextsRequest request, AsyncHandler<ListSqlTextsRequest,ListSqlTextsResponse> handler)Iterable<ListSqlTextsResponse>OperationsInsightsPaginators. listSqlTextsResponseIterator(ListSqlTextsRequest request)Creates a new iterable which will iterate over the responses received from the listSqlTexts operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListSqlTextsResponse Modifier and Type Method Description Future<ListSqlTextsResponse>OperationsInsightsAsync. listSqlTexts(ListSqlTextsRequest request, AsyncHandler<ListSqlTextsRequest,ListSqlTextsResponse> handler)Query SQL Warehouse to get the full SQL Text for a SQL in a compartment and in all sub-compartments if specified.Future<ListSqlTextsResponse>OperationsInsightsAsyncClient. listSqlTexts(ListSqlTextsRequest request, AsyncHandler<ListSqlTextsRequest,ListSqlTextsResponse> handler) -
Uses of ListSqlTextsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListSqlTextsResponse Modifier and Type Method Description ListSqlTextsResponseListSqlTextsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListSqlTextsResponse Modifier and Type Method Description ListSqlTextsResponse.BuilderListSqlTextsResponse.Builder. copy(ListSqlTextsResponse o)Copy method to populate the builder with values from the given instance.
-