Uses of Class
com.oracle.bmc.networkfirewall.model.DecryptionProfile
-
Packages that use DecryptionProfile Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of DecryptionProfile in com.oracle.bmc.networkfirewall.model
Subclasses of DecryptionProfile in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
SslForwardProxyProfile
SSLForwardProxy used on the firewall policy rules.class
SslInboundInspectionProfile
SSLInboundInspection used on the firewall policy rules. -
Uses of DecryptionProfile in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DecryptionProfile Modifier and Type Method Description DecryptionProfile
CreateDecryptionProfileResponse. getDecryptionProfile()
The returned DecryptionProfile instance.DecryptionProfile
GetDecryptionProfileResponse. getDecryptionProfile()
The returned DecryptionProfile instance.DecryptionProfile
UpdateDecryptionProfileResponse. getDecryptionProfile()
The returned DecryptionProfile instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DecryptionProfile Modifier and Type Method Description CreateDecryptionProfileResponse.Builder
CreateDecryptionProfileResponse.Builder. decryptionProfile(DecryptionProfile decryptionProfile)
The returned DecryptionProfile instance.GetDecryptionProfileResponse.Builder
GetDecryptionProfileResponse.Builder. decryptionProfile(DecryptionProfile decryptionProfile)
The returned DecryptionProfile instance.UpdateDecryptionProfileResponse.Builder
UpdateDecryptionProfileResponse.Builder. decryptionProfile(DecryptionProfile decryptionProfile)
The returned DecryptionProfile instance.
-