Uses of Class
com.oracle.bmc.cloudguard.requests.ListResponderRecipeResponderRulesRequest
-
Packages that use ListResponderRecipeResponderRulesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListResponderRecipeResponderRulesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListResponderRecipeResponderRulesRequest Modifier and Type Method Description ListResponderRecipeResponderRulesResponseCloudGuard. listResponderRecipeResponderRules(ListResponderRecipeResponderRulesRequest request)Returns a list of responder rules (ResponderRule resources in a responderRecipeResponderRuleCollection resource, with page of ResponderRuleSummary resources), for a responder recipe (ResponderRecipe resource), identified by responderRecipeId.Future<ListResponderRecipeResponderRulesResponse>CloudGuardAsync. listResponderRecipeResponderRules(ListResponderRecipeResponderRulesRequest request, AsyncHandler<ListResponderRecipeResponderRulesRequest,ListResponderRecipeResponderRulesResponse> handler)Returns a list of responder rules (ResponderRule resources in a responderRecipeResponderRuleCollection resource, with page of ResponderRuleSummary resources), for a responder recipe (ResponderRecipe resource), identified by responderRecipeId.Future<ListResponderRecipeResponderRulesResponse>CloudGuardAsyncClient. listResponderRecipeResponderRules(ListResponderRecipeResponderRulesRequest request, AsyncHandler<ListResponderRecipeResponderRulesRequest,ListResponderRecipeResponderRulesResponse> handler)ListResponderRecipeResponderRulesResponseCloudGuardClient. listResponderRecipeResponderRules(ListResponderRecipeResponderRulesRequest request)Iterable<ResponderRecipeResponderRuleSummary>CloudGuardPaginators. listResponderRecipeResponderRulesRecordIterator(ListResponderRecipeResponderRulesRequest request)Creates a new iterable which will iterate over theResponderRecipeResponderRuleSummaryobjects contained in responses from the listResponderRecipeResponderRules operation.Iterable<ListResponderRecipeResponderRulesResponse>CloudGuardPaginators. listResponderRecipeResponderRulesResponseIterator(ListResponderRecipeResponderRulesRequest request)Creates a new iterable which will iterate over the responses received from the listResponderRecipeResponderRules operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListResponderRecipeResponderRulesRequest Modifier and Type Method Description Future<ListResponderRecipeResponderRulesResponse>CloudGuardAsync. listResponderRecipeResponderRules(ListResponderRecipeResponderRulesRequest request, AsyncHandler<ListResponderRecipeResponderRulesRequest,ListResponderRecipeResponderRulesResponse> handler)Returns a list of responder rules (ResponderRule resources in a responderRecipeResponderRuleCollection resource, with page of ResponderRuleSummary resources), for a responder recipe (ResponderRecipe resource), identified by responderRecipeId.Future<ListResponderRecipeResponderRulesResponse>CloudGuardAsyncClient. listResponderRecipeResponderRules(ListResponderRecipeResponderRulesRequest request, AsyncHandler<ListResponderRecipeResponderRulesRequest,ListResponderRecipeResponderRulesResponse> handler) -
Uses of ListResponderRecipeResponderRulesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListResponderRecipeResponderRulesRequest Modifier and Type Method Description ListResponderRecipeResponderRulesRequestListResponderRecipeResponderRulesRequest.Builder. build()Build the instance of ListResponderRecipeResponderRulesRequest as configured by this builderListResponderRecipeResponderRulesRequestListResponderRecipeResponderRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListResponderRecipeResponderRulesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListResponderRecipeResponderRulesRequest Modifier and Type Method Description ListResponderRecipeResponderRulesRequest.BuilderListResponderRecipeResponderRulesRequest.Builder. copy(ListResponderRecipeResponderRulesRequest o)Copy method to populate the builder with values from the given instance.
-