Uses of Class
com.oracle.bmc.networkfirewall.model.DecryptionRuleSummary
- 
Packages that use DecryptionRuleSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model 
- 
- 
Uses of DecryptionRuleSummary in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return types with arguments of type DecryptionRuleSummary Modifier and Type Method Description Iterable<DecryptionRuleSummary>NetworkFirewallPaginators. listDecryptionRulesRecordIterator(ListDecryptionRulesRequest request)Creates a new iterable which will iterate over theDecryptionRuleSummaryobjects contained in responses from the listDecryptionRules operation.
- 
Uses of DecryptionRuleSummary in com.oracle.bmc.networkfirewall.modelMethods in com.oracle.bmc.networkfirewall.model that return DecryptionRuleSummary Modifier and Type Method Description DecryptionRuleSummaryDecryptionRuleSummary.Builder. build()Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type DecryptionRuleSummary Modifier and Type Method Description List<DecryptionRuleSummary>DecryptionRuleSummaryCollection. getItems()Collection of Decryption Rule Summaries.Methods in com.oracle.bmc.networkfirewall.model with parameters of type DecryptionRuleSummary Modifier and Type Method Description DecryptionRuleSummary.BuilderDecryptionRuleSummary.Builder. copy(DecryptionRuleSummary model)Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type DecryptionRuleSummary Modifier and Type Method Description DecryptionRuleSummaryCollection.BuilderDecryptionRuleSummaryCollection.Builder. items(List<DecryptionRuleSummary> items)Collection of Decryption Rule Summaries.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type DecryptionRuleSummary Constructor Description DecryptionRuleSummaryCollection(List<DecryptionRuleSummary> items)Deprecated.
 
-