Uses of Class
com.oracle.bmc.opsi.requests.ListSqlSearchesRequest
-
Packages that use ListSqlSearchesRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ListSqlSearchesRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type ListSqlSearchesRequest Modifier and Type Method Description ListSqlSearchesResponseOperationsInsights. listSqlSearches(ListSqlSearchesRequest request)Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.Future<ListSqlSearchesResponse>OperationsInsightsAsync. listSqlSearches(ListSqlSearchesRequest request, AsyncHandler<ListSqlSearchesRequest,ListSqlSearchesResponse> handler)Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.Future<ListSqlSearchesResponse>OperationsInsightsAsyncClient. listSqlSearches(ListSqlSearchesRequest request, AsyncHandler<ListSqlSearchesRequest,ListSqlSearchesResponse> handler)ListSqlSearchesResponseOperationsInsightsClient. listSqlSearches(ListSqlSearchesRequest request)Iterable<SqlSearchSummary>OperationsInsightsPaginators. listSqlSearchesRecordIterator(ListSqlSearchesRequest request)Creates a new iterable which will iterate over theSqlSearchSummaryobjects contained in responses from the listSqlSearches operation.Iterable<ListSqlSearchesResponse>OperationsInsightsPaginators. listSqlSearchesResponseIterator(ListSqlSearchesRequest request)Creates a new iterable which will iterate over the responses received from the listSqlSearches operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListSqlSearchesRequest Modifier and Type Method Description Future<ListSqlSearchesResponse>OperationsInsightsAsync. listSqlSearches(ListSqlSearchesRequest request, AsyncHandler<ListSqlSearchesRequest,ListSqlSearchesResponse> handler)Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.Future<ListSqlSearchesResponse>OperationsInsightsAsyncClient. listSqlSearches(ListSqlSearchesRequest request, AsyncHandler<ListSqlSearchesRequest,ListSqlSearchesResponse> handler) -
Uses of ListSqlSearchesRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListSqlSearchesRequest Modifier and Type Method Description ListSqlSearchesRequestListSqlSearchesRequest.Builder. build()Build the instance of ListSqlSearchesRequest as configured by this builderListSqlSearchesRequestListSqlSearchesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSqlSearchesRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ListSqlSearchesRequest Modifier and Type Method Description ListSqlSearchesRequest.BuilderListSqlSearchesRequest.Builder. copy(ListSqlSearchesRequest o)Copy method to populate the builder with values from the given instance.
-