Uses of Class
com.oracle.bmc.cloudguard.responses.ListAdhocQueryResultsResponse
-
Packages that use ListAdhocQueryResultsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListAdhocQueryResultsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListAdhocQueryResultsResponse Modifier and Type Method Description ListAdhocQueryResultsResponseCloudGuard. listAdhocQueryResults(ListAdhocQueryResultsRequest request)Lists the results for a given adhoc ID (from includes results from all monitoring regions).ListAdhocQueryResultsResponseCloudGuardClient. listAdhocQueryResults(ListAdhocQueryResultsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListAdhocQueryResultsResponse Modifier and Type Method Description Future<ListAdhocQueryResultsResponse>CloudGuardAsync. listAdhocQueryResults(ListAdhocQueryResultsRequest request, AsyncHandler<ListAdhocQueryResultsRequest,ListAdhocQueryResultsResponse> handler)Lists the results for a given adhoc ID (from includes results from all monitoring regions).Future<ListAdhocQueryResultsResponse>CloudGuardAsyncClient. listAdhocQueryResults(ListAdhocQueryResultsRequest request, AsyncHandler<ListAdhocQueryResultsRequest,ListAdhocQueryResultsResponse> handler)Iterable<ListAdhocQueryResultsResponse>CloudGuardPaginators. listAdhocQueryResultsResponseIterator(ListAdhocQueryResultsRequest request)Creates a new iterable which will iterate over the responses received from the listAdhocQueryResults operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListAdhocQueryResultsResponse Modifier and Type Method Description Future<ListAdhocQueryResultsResponse>CloudGuardAsync. listAdhocQueryResults(ListAdhocQueryResultsRequest request, AsyncHandler<ListAdhocQueryResultsRequest,ListAdhocQueryResultsResponse> handler)Lists the results for a given adhoc ID (from includes results from all monitoring regions).Future<ListAdhocQueryResultsResponse>CloudGuardAsyncClient. listAdhocQueryResults(ListAdhocQueryResultsRequest request, AsyncHandler<ListAdhocQueryResultsRequest,ListAdhocQueryResultsResponse> handler) -
Uses of ListAdhocQueryResultsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListAdhocQueryResultsResponse Modifier and Type Method Description ListAdhocQueryResultsResponseListAdhocQueryResultsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListAdhocQueryResultsResponse Modifier and Type Method Description ListAdhocQueryResultsResponse.BuilderListAdhocQueryResultsResponse.Builder. copy(ListAdhocQueryResultsResponse o)Copy method to populate the builder with values from the given instance.
-