Uses of Class
com.oracle.bmc.networkfirewall.model.CreateDecryptionRuleDetails
-
Packages that use CreateDecryptionRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateDecryptionRuleDetails in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return CreateDecryptionRuleDetails Modifier and Type Method Description CreateDecryptionRuleDetails
CreateDecryptionRuleDetails.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type CreateDecryptionRuleDetails Modifier and Type Method Description CreateDecryptionRuleDetails.Builder
CreateDecryptionRuleDetails.Builder. copy(CreateDecryptionRuleDetails model)
-
Uses of CreateDecryptionRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateDecryptionRuleDetails Modifier and Type Method Description CreateDecryptionRuleDetails
CreateDecryptionRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateDecryptionRuleDetails
CreateDecryptionRuleRequest. getCreateDecryptionRuleDetails()
Request Details to create the Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateDecryptionRuleDetails Modifier and Type Method Description CreateDecryptionRuleRequest.Builder
CreateDecryptionRuleRequest.Builder. body$(CreateDecryptionRuleDetails body)
Alternative setter for the body parameter.CreateDecryptionRuleRequest.Builder
CreateDecryptionRuleRequest.Builder. createDecryptionRuleDetails(CreateDecryptionRuleDetails createDecryptionRuleDetails)
Request Details to create the Network Firewall Policy Resource.
-