Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateDecryptionRuleRequest
-
Packages that use UpdateDecryptionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateDecryptionRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateDecryptionRuleRequest Modifier and Type Method Description UpdateDecryptionRuleResponse
NetworkFirewall. updateDecryptionRule(UpdateDecryptionRuleRequest request)
Updates the Decryption Rule with the given name in the network firewall policy.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)
UpdateDecryptionRuleResponse
NetworkFirewallClient. updateDecryptionRule(UpdateDecryptionRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateDecryptionRuleRequest 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 UpdateDecryptionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateDecryptionRuleRequest Modifier and Type Method Description UpdateDecryptionRuleRequest
UpdateDecryptionRuleRequest.Builder. build()
Build the instance of UpdateDecryptionRuleRequest as configured by this builderUpdateDecryptionRuleRequest
UpdateDecryptionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDecryptionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateDecryptionRuleRequest Modifier and Type Method Description UpdateDecryptionRuleRequest.Builder
UpdateDecryptionRuleRequest.Builder. copy(UpdateDecryptionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-