Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateDecryptionRuleResponse
-
Packages that use UpdateDecryptionRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of UpdateDecryptionRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateDecryptionRuleResponse Modifier and Type Method Description UpdateDecryptionRuleResponse
NetworkFirewall. updateDecryptionRule(UpdateDecryptionRuleRequest request)
Updates the Decryption Rule with the given name in the network firewall policy.UpdateDecryptionRuleResponse
NetworkFirewallClient. updateDecryptionRule(UpdateDecryptionRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateDecryptionRuleResponse Modifier and Type Method Description Future<UpdateDecryptionRuleResponse>
NetworkFirewallAsync. updateDecryptionRule(UpdateDecryptionRuleRequest request, AsyncHandler<UpdateDecryptionRuleRequest,UpdateDecryptionRuleResponse> handler)
Updates the Decryption Rule with the given name in the network firewall policy.Future<UpdateDecryptionRuleResponse>
NetworkFirewallAsyncClient. updateDecryptionRule(UpdateDecryptionRuleRequest request, AsyncHandler<UpdateDecryptionRuleRequest,UpdateDecryptionRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateDecryptionRuleResponse Modifier and Type Method Description Future<UpdateDecryptionRuleResponse>
NetworkFirewallAsync. updateDecryptionRule(UpdateDecryptionRuleRequest request, AsyncHandler<UpdateDecryptionRuleRequest,UpdateDecryptionRuleResponse> handler)
Updates the Decryption Rule with the given name in the network firewall policy.Future<UpdateDecryptionRuleResponse>
NetworkFirewallAsyncClient. updateDecryptionRule(UpdateDecryptionRuleRequest request, AsyncHandler<UpdateDecryptionRuleRequest,UpdateDecryptionRuleResponse> handler)
-
Uses of UpdateDecryptionRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateDecryptionRuleResponse Modifier and Type Method Description UpdateDecryptionRuleResponse
UpdateDecryptionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateDecryptionRuleResponse Modifier and Type Method Description UpdateDecryptionRuleResponse.Builder
UpdateDecryptionRuleResponse.Builder. copy(UpdateDecryptionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-