Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateDecryptionRuleRequest
-
Packages that use CreateDecryptionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateDecryptionRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateDecryptionRuleRequest Modifier and Type Method Description CreateDecryptionRuleResponse
NetworkFirewall. createDecryptionRule(CreateDecryptionRuleRequest request)
Creates a new Decryption Rule for the Network Firewall Policy.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)
CreateDecryptionRuleResponse
NetworkFirewallClient. createDecryptionRule(CreateDecryptionRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateDecryptionRuleRequest 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 CreateDecryptionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateDecryptionRuleRequest Modifier and Type Method Description CreateDecryptionRuleRequest
CreateDecryptionRuleRequest.Builder. build()
Build the instance of CreateDecryptionRuleRequest as configured by this builderCreateDecryptionRuleRequest
CreateDecryptionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDecryptionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateDecryptionRuleRequest Modifier and Type Method Description CreateDecryptionRuleRequest.Builder
CreateDecryptionRuleRequest.Builder. copy(CreateDecryptionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-