Uses of Class
com.oracle.bmc.networkfirewall.model.UpdateDecryptionProfileDetails
-
Packages that use UpdateDecryptionProfileDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateDecryptionProfileDetails in com.oracle.bmc.networkfirewall.model
Subclasses of UpdateDecryptionProfileDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
UpdateSslForwardProxyProfileDetails
Update Request for SSLForwardProxy used on the firewall policy rules.class
UpdateSslInboundInspectionProfileDetails
Update Request for SSLInboundInspection used on the firewall policy rules. -
Uses of UpdateDecryptionProfileDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateDecryptionProfileDetails Modifier and Type Method Description UpdateDecryptionProfileDetails
UpdateDecryptionProfileRequest. getBody$()
Alternative accessor for the body parameter.UpdateDecryptionProfileDetails
UpdateDecryptionProfileRequest. getUpdateDecryptionProfileDetails()
The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateDecryptionProfileDetails Modifier and Type Method Description UpdateDecryptionProfileRequest.Builder
UpdateDecryptionProfileRequest.Builder. body$(UpdateDecryptionProfileDetails body)
Alternative setter for the body parameter.UpdateDecryptionProfileRequest.Builder
UpdateDecryptionProfileRequest.Builder. updateDecryptionProfileDetails(UpdateDecryptionProfileDetails updateDecryptionProfileDetails)
The information to be updated.
-