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