Uses of Class
com.oracle.bmc.opsi.requests.ListSqlTextsRequest
-
Packages that use ListSqlTextsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ListSqlTextsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type ListSqlTextsRequest 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.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)ListSqlTextsResponseOperationsInsightsClient. listSqlTexts(ListSqlTextsRequest request)Iterable<SqlTextSummary>OperationsInsightsPaginators. listSqlTextsRecordIterator(ListSqlTextsRequest request)Creates a new iterable which will iterate over theSqlTextSummaryobjects contained in responses from the listSqlTexts operation.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 ListSqlTextsRequest 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 ListSqlTextsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListSqlTextsRequest Modifier and Type Method Description ListSqlTextsRequestListSqlTextsRequest.Builder. build()Build the instance of ListSqlTextsRequest as configured by this builderListSqlTextsRequestListSqlTextsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSqlTextsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ListSqlTextsRequest Modifier and Type Method Description ListSqlTextsRequest.BuilderListSqlTextsRequest.Builder. copy(ListSqlTextsRequest o)Copy method to populate the builder with values from the given instance.
-