Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateDetectorRecipeDetectorRuleResponse
-
Packages that use UpdateDetectorRecipeDetectorRuleResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateDetectorRecipeDetectorRuleResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateDetectorRecipeDetectorRuleResponse Modifier and Type Method Description UpdateDetectorRecipeDetectorRuleResponseCloudGuard. updateDetectorRecipeDetectorRule(UpdateDetectorRecipeDetectorRuleRequest request)Updates a detector rule (DetectorRule resource) identified by detectorRuleId.UpdateDetectorRecipeDetectorRuleResponseCloudGuardClient. updateDetectorRecipeDetectorRule(UpdateDetectorRecipeDetectorRuleRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateDetectorRecipeDetectorRuleResponse Modifier and Type Method Description Future<UpdateDetectorRecipeDetectorRuleResponse>CloudGuardAsync. updateDetectorRecipeDetectorRule(UpdateDetectorRecipeDetectorRuleRequest request, AsyncHandler<UpdateDetectorRecipeDetectorRuleRequest,UpdateDetectorRecipeDetectorRuleResponse> handler)Updates a detector rule (DetectorRule resource) identified by detectorRuleId.Future<UpdateDetectorRecipeDetectorRuleResponse>CloudGuardAsyncClient. updateDetectorRecipeDetectorRule(UpdateDetectorRecipeDetectorRuleRequest request, AsyncHandler<UpdateDetectorRecipeDetectorRuleRequest,UpdateDetectorRecipeDetectorRuleResponse> handler)Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateDetectorRecipeDetectorRuleResponse Modifier and Type Method Description Future<UpdateDetectorRecipeDetectorRuleResponse>CloudGuardAsync. updateDetectorRecipeDetectorRule(UpdateDetectorRecipeDetectorRuleRequest request, AsyncHandler<UpdateDetectorRecipeDetectorRuleRequest,UpdateDetectorRecipeDetectorRuleResponse> handler)Updates a detector rule (DetectorRule resource) identified by detectorRuleId.Future<UpdateDetectorRecipeDetectorRuleResponse>CloudGuardAsyncClient. updateDetectorRecipeDetectorRule(UpdateDetectorRecipeDetectorRuleRequest request, AsyncHandler<UpdateDetectorRecipeDetectorRuleRequest,UpdateDetectorRecipeDetectorRuleResponse> handler) -
Uses of UpdateDetectorRecipeDetectorRuleResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateDetectorRecipeDetectorRuleResponse Modifier and Type Method Description UpdateDetectorRecipeDetectorRuleResponseUpdateDetectorRecipeDetectorRuleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateDetectorRecipeDetectorRuleResponse Modifier and Type Method Description UpdateDetectorRecipeDetectorRuleResponse.BuilderUpdateDetectorRecipeDetectorRuleResponse.Builder. copy(UpdateDetectorRecipeDetectorRuleResponse o)Copy method to populate the builder with values from the given instance.
-