Uses of Class
com.oracle.bmc.cloudguard.requests.GetDetectorRecipeDetectorRuleRequest
-
Packages that use GetDetectorRecipeDetectorRuleRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of GetDetectorRecipeDetectorRuleRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetDetectorRecipeDetectorRuleRequest Modifier and Type Method Description Future<GetDetectorRecipeDetectorRuleResponse>CloudGuardAsync. getDetectorRecipeDetectorRule(GetDetectorRecipeDetectorRuleRequest request, AsyncHandler<GetDetectorRecipeDetectorRuleRequest,GetDetectorRecipeDetectorRuleResponse> handler)Returns a detector rule (DetectorRule resource) identified by detectorRuleId.Future<GetDetectorRecipeDetectorRuleResponse>CloudGuardAsyncClient. getDetectorRecipeDetectorRule(GetDetectorRecipeDetectorRuleRequest request, AsyncHandler<GetDetectorRecipeDetectorRuleRequest,GetDetectorRecipeDetectorRuleResponse> handler) -
Uses of GetDetectorRecipeDetectorRuleRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return GetDetectorRecipeDetectorRuleRequest Modifier and Type Method Description GetDetectorRecipeDetectorRuleRequestGetDetectorRecipeDetectorRuleRequest.Builder. build()Build the instance of GetDetectorRecipeDetectorRuleRequest as configured by this builderGetDetectorRecipeDetectorRuleRequestGetDetectorRecipeDetectorRuleRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDetectorRecipeDetectorRuleRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetDetectorRecipeDetectorRuleRequest Modifier and Type Method Description GetDetectorRecipeDetectorRuleRequest.BuilderGetDetectorRecipeDetectorRuleRequest.Builder. copy(GetDetectorRecipeDetectorRuleRequest o)Copy method to populate the builder with values from the given instance.
-