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.networkfirewall
Methods 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 theDecryptionRuleSummary
objects contained in responses from the listDecryptionRules operation. -
Uses of DecryptionRuleSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return DecryptionRuleSummary Modifier and Type Method Description DecryptionRuleSummary
DecryptionRuleSummary.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.Builder
DecryptionRuleSummary.Builder. copy(DecryptionRuleSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type DecryptionRuleSummary Modifier and Type Method Description DecryptionRuleSummaryCollection.Builder
DecryptionRuleSummaryCollection.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.
-