Uses of Class
com.oracle.bmc.cloudguard.requests.ListDetectorRecipeDetectorRulesRequest
-
Packages that use ListDetectorRecipeDetectorRulesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListDetectorRecipeDetectorRulesRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListDetectorRecipeDetectorRulesRequest Modifier and Type Method Description Future<ListDetectorRecipeDetectorRulesResponse>
CloudGuardAsync. listDetectorRecipeDetectorRules(ListDetectorRecipeDetectorRulesRequest request, AsyncHandler<ListDetectorRecipeDetectorRulesRequest,ListDetectorRecipeDetectorRulesResponse> handler)
Returns a list of detector rules (DetectorRule resources) for a detector recipe (DetectorRecipe resource), identified by detectorRecipeId.Future<ListDetectorRecipeDetectorRulesResponse>
CloudGuardAsyncClient. listDetectorRecipeDetectorRules(ListDetectorRecipeDetectorRulesRequest request, AsyncHandler<ListDetectorRecipeDetectorRulesRequest,ListDetectorRecipeDetectorRulesResponse> handler)
-
Uses of ListDetectorRecipeDetectorRulesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListDetectorRecipeDetectorRulesRequest Modifier and Type Method Description ListDetectorRecipeDetectorRulesRequest
ListDetectorRecipeDetectorRulesRequest.Builder. build()
Build the instance of ListDetectorRecipeDetectorRulesRequest as configured by this builderListDetectorRecipeDetectorRulesRequest
ListDetectorRecipeDetectorRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDetectorRecipeDetectorRulesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListDetectorRecipeDetectorRulesRequest Modifier and Type Method Description ListDetectorRecipeDetectorRulesRequest.Builder
ListDetectorRecipeDetectorRulesRequest.Builder. copy(ListDetectorRecipeDetectorRulesRequest o)
Copy method to populate the builder with values from the given instance.
-