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