Uses of Class
com.oracle.bmc.cloudguard.responses.ListDetectorRulesResponse
-
Packages that use ListDetectorRulesResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListDetectorRulesResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListDetectorRulesResponse Modifier and Type Method Description ListDetectorRulesResponse
CloudGuard. listDetectorRules(ListDetectorRulesRequest request)
Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.ListDetectorRulesResponse
CloudGuardClient. listDetectorRules(ListDetectorRulesRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListDetectorRulesResponse Modifier and Type Method Description Future<ListDetectorRulesResponse>
CloudGuardAsync. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)
Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.Future<ListDetectorRulesResponse>
CloudGuardAsyncClient. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)
Iterable<ListDetectorRulesResponse>
CloudGuardPaginators. listDetectorRulesResponseIterator(ListDetectorRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listDetectorRules operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListDetectorRulesResponse Modifier and Type Method Description Future<ListDetectorRulesResponse>
CloudGuardAsync. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)
Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.Future<ListDetectorRulesResponse>
CloudGuardAsyncClient. listDetectorRules(ListDetectorRulesRequest request, AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)
-
Uses of ListDetectorRulesResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListDetectorRulesResponse Modifier and Type Method Description ListDetectorRulesResponse
ListDetectorRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListDetectorRulesResponse Modifier and Type Method Description ListDetectorRulesResponse.Builder
ListDetectorRulesResponse.Builder. copy(ListDetectorRulesResponse o)
Copy method to populate the builder with values from the given instance.
-