Uses of Class
com.oracle.bmc.cloudguard.requests.ListDetectorRulesRequest
-
Packages that use ListDetectorRulesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListDetectorRulesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListDetectorRulesRequest Modifier and Type Method Description ListDetectorRulesResponseCloudGuard. listDetectorRules(ListDetectorRulesRequest request)Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.Future<ListDetectorRulesResponse>CloudGuardAsync. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.Future<ListDetectorRulesResponse>CloudGuardAsyncClient. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)ListDetectorRulesResponseCloudGuardClient. listDetectorRules(ListDetectorRulesRequest request)Iterable<DetectorRuleSummary>CloudGuardPaginators. listDetectorRulesRecordIterator(ListDetectorRulesRequest request)Creates a new iterable which will iterate over theDetectorRuleSummaryobjects contained in responses from the listDetectorRules operation.Iterable<ListDetectorRulesResponse>CloudGuardPaginators. listDetectorRulesResponseIterator(ListDetectorRulesRequest request)Creates a new iterable which will iterate over the responses received from the listDetectorRules operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListDetectorRulesRequest Modifier and Type Method Description Future<ListDetectorRulesResponse>CloudGuardAsync. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.Future<ListDetectorRulesResponse>CloudGuardAsyncClient. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler) -
Uses of ListDetectorRulesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListDetectorRulesRequest Modifier and Type Method Description ListDetectorRulesRequestListDetectorRulesRequest.Builder. build()Build the instance of ListDetectorRulesRequest as configured by this builderListDetectorRulesRequestListDetectorRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDetectorRulesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListDetectorRulesRequest Modifier and Type Method Description ListDetectorRulesRequest.BuilderListDetectorRulesRequest.Builder. copy(ListDetectorRulesRequest o)Copy method to populate the builder with values from the given instance.
-