Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateDecryptionRuleResponse
-
Packages that use CreateDecryptionRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of CreateDecryptionRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateDecryptionRuleResponse Modifier and Type Method Description CreateDecryptionRuleResponse
NetworkFirewall. createDecryptionRule(CreateDecryptionRuleRequest request)
Creates a new Decryption Rule for the Network Firewall Policy.CreateDecryptionRuleResponse
NetworkFirewallClient. createDecryptionRule(CreateDecryptionRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateDecryptionRuleResponse Modifier and Type Method Description Future<CreateDecryptionRuleResponse>
NetworkFirewallAsync. createDecryptionRule(CreateDecryptionRuleRequest request, AsyncHandler<CreateDecryptionRuleRequest,CreateDecryptionRuleResponse> handler)
Creates a new Decryption Rule for the Network Firewall Policy.Future<CreateDecryptionRuleResponse>
NetworkFirewallAsyncClient. createDecryptionRule(CreateDecryptionRuleRequest request, AsyncHandler<CreateDecryptionRuleRequest,CreateDecryptionRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateDecryptionRuleResponse Modifier and Type Method Description Future<CreateDecryptionRuleResponse>
NetworkFirewallAsync. createDecryptionRule(CreateDecryptionRuleRequest request, AsyncHandler<CreateDecryptionRuleRequest,CreateDecryptionRuleResponse> handler)
Creates a new Decryption Rule for the Network Firewall Policy.Future<CreateDecryptionRuleResponse>
NetworkFirewallAsyncClient. createDecryptionRule(CreateDecryptionRuleRequest request, AsyncHandler<CreateDecryptionRuleRequest,CreateDecryptionRuleResponse> handler)
-
Uses of CreateDecryptionRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateDecryptionRuleResponse Modifier and Type Method Description CreateDecryptionRuleResponse
CreateDecryptionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateDecryptionRuleResponse Modifier and Type Method Description CreateDecryptionRuleResponse.Builder
CreateDecryptionRuleResponse.Builder. copy(CreateDecryptionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-