Uses of Class
com.oracle.bmc.governancerulescontrolplane.model.GovernanceRuleCollection
-
Packages that use GovernanceRuleCollection Package Description com.oracle.bmc.governancerulescontrolplane.model com.oracle.bmc.governancerulescontrolplane.responses -
-
Uses of GovernanceRuleCollection in com.oracle.bmc.governancerulescontrolplane.model
Methods in com.oracle.bmc.governancerulescontrolplane.model that return GovernanceRuleCollection Modifier and Type Method Description GovernanceRuleCollection
GovernanceRuleCollection.Builder. build()
Methods in com.oracle.bmc.governancerulescontrolplane.model with parameters of type GovernanceRuleCollection Modifier and Type Method Description GovernanceRuleCollection.Builder
GovernanceRuleCollection.Builder. copy(GovernanceRuleCollection model)
-
Uses of GovernanceRuleCollection in com.oracle.bmc.governancerulescontrolplane.responses
Methods in com.oracle.bmc.governancerulescontrolplane.responses that return GovernanceRuleCollection Modifier and Type Method Description GovernanceRuleCollection
ListGovernanceRulesResponse. getGovernanceRuleCollection()
The returned GovernanceRuleCollection instance.Methods in com.oracle.bmc.governancerulescontrolplane.responses with parameters of type GovernanceRuleCollection Modifier and Type Method Description ListGovernanceRulesResponse.Builder
ListGovernanceRulesResponse.Builder. governanceRuleCollection(GovernanceRuleCollection governanceRuleCollection)
The returned GovernanceRuleCollection instance.
-