Uses of Class
com.oracle.bmc.cloudguard.model.ResponderRecipeResponderRuleSummary
-
Packages that use ResponderRecipeResponderRuleSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of ResponderRecipeResponderRuleSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ResponderRecipeResponderRuleSummary Modifier and Type Method Description Iterable<ResponderRecipeResponderRuleSummary>
CloudGuardPaginators. listResponderRecipeResponderRulesRecordIterator(ListResponderRecipeResponderRulesRequest request)
Creates a new iterable which will iterate over theResponderRecipeResponderRuleSummary
objects contained in responses from the listResponderRecipeResponderRules operation. -
Uses of ResponderRecipeResponderRuleSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderRecipeResponderRuleSummary Modifier and Type Method Description ResponderRecipeResponderRuleSummary
ResponderRecipeResponderRuleSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ResponderRecipeResponderRuleSummary Modifier and Type Method Description List<ResponderRecipeResponderRuleSummary>
ResponderRecipeResponderRuleCollection. getItems()
List of ResponderRecipeResponderRuleSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ResponderRecipeResponderRuleSummary Modifier and Type Method Description ResponderRecipeResponderRuleSummary.Builder
ResponderRecipeResponderRuleSummary.Builder. copy(ResponderRecipeResponderRuleSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderRecipeResponderRuleSummary Modifier and Type Method Description ResponderRecipeResponderRuleCollection.Builder
ResponderRecipeResponderRuleCollection.Builder. items(List<ResponderRecipeResponderRuleSummary> items)
List of ResponderRecipeResponderRuleSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderRecipeResponderRuleSummary Constructor Description ResponderRecipeResponderRuleCollection(List<ResponderRecipeResponderRuleSummary> items)
Deprecated.
-