Uses of Class
com.oracle.bmc.networkfirewall.model.DecryptionRuleMatchCriteria.Builder
-
Packages that use DecryptionRuleMatchCriteria.Builder Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of DecryptionRuleMatchCriteria.Builder in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return DecryptionRuleMatchCriteria.Builder Modifier and Type Method Description static DecryptionRuleMatchCriteria.Builder
DecryptionRuleMatchCriteria. builder()
Create a new builder.DecryptionRuleMatchCriteria.Builder
DecryptionRuleMatchCriteria.Builder. copy(DecryptionRuleMatchCriteria model)
DecryptionRuleMatchCriteria.Builder
DecryptionRuleMatchCriteria.Builder. destinationAddress(List<String> destinationAddress)
An array of IP address list names to be evaluated against the traffic destination address.DecryptionRuleMatchCriteria.Builder
DecryptionRuleMatchCriteria.Builder. sourceAddress(List<String> sourceAddress)
An array of IP address list names to be evaluated against the traffic source address.DecryptionRuleMatchCriteria.Builder
DecryptionRuleMatchCriteria. toBuilder()
-