Uses of Class
com.oracle.bmc.networkfirewall.model.UpdateDecryptionRuleDetails
-
Packages that use UpdateDecryptionRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateDecryptionRuleDetails in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return UpdateDecryptionRuleDetails Modifier and Type Method Description UpdateDecryptionRuleDetails
UpdateDecryptionRuleDetails.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type UpdateDecryptionRuleDetails Modifier and Type Method Description UpdateDecryptionRuleDetails.Builder
UpdateDecryptionRuleDetails.Builder. copy(UpdateDecryptionRuleDetails model)
-
Uses of UpdateDecryptionRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateDecryptionRuleDetails Modifier and Type Method Description UpdateDecryptionRuleDetails
UpdateDecryptionRuleRequest. getBody$()
Alternative accessor for the body parameter.UpdateDecryptionRuleDetails
UpdateDecryptionRuleRequest. getUpdateDecryptionRuleDetails()
The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateDecryptionRuleDetails Modifier and Type Method Description UpdateDecryptionRuleRequest.Builder
UpdateDecryptionRuleRequest.Builder. body$(UpdateDecryptionRuleDetails body)
Alternative setter for the body parameter.UpdateDecryptionRuleRequest.Builder
UpdateDecryptionRuleRequest.Builder. updateDecryptionRuleDetails(UpdateDecryptionRuleDetails updateDecryptionRuleDetails)
The information to be updated.
-