Uses of Class
com.oracle.bmc.networkfirewall.requests.GetDecryptionRuleRequest
-
Packages that use GetDecryptionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of GetDecryptionRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type GetDecryptionRuleRequest Modifier and Type Method Description GetDecryptionRuleResponse
NetworkFirewall. getDecryptionRule(GetDecryptionRuleRequest request)
Get Decryption Rule by the given name in the context of network firewall policy.Future<GetDecryptionRuleResponse>
NetworkFirewallAsync. getDecryptionRule(GetDecryptionRuleRequest request, AsyncHandler<GetDecryptionRuleRequest,GetDecryptionRuleResponse> handler)
Get Decryption Rule by the given name in the context of network firewall policy.Future<GetDecryptionRuleResponse>
NetworkFirewallAsyncClient. getDecryptionRule(GetDecryptionRuleRequest request, AsyncHandler<GetDecryptionRuleRequest,GetDecryptionRuleResponse> handler)
GetDecryptionRuleResponse
NetworkFirewallClient. getDecryptionRule(GetDecryptionRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetDecryptionRuleRequest Modifier and Type Method Description Future<GetDecryptionRuleResponse>
NetworkFirewallAsync. getDecryptionRule(GetDecryptionRuleRequest request, AsyncHandler<GetDecryptionRuleRequest,GetDecryptionRuleResponse> handler)
Get Decryption Rule by the given name in the context of network firewall policy.Future<GetDecryptionRuleResponse>
NetworkFirewallAsyncClient. getDecryptionRule(GetDecryptionRuleRequest request, AsyncHandler<GetDecryptionRuleRequest,GetDecryptionRuleResponse> handler)
-
Uses of GetDecryptionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return GetDecryptionRuleRequest Modifier and Type Method Description GetDecryptionRuleRequest
GetDecryptionRuleRequest.Builder. build()
Build the instance of GetDecryptionRuleRequest as configured by this builderGetDecryptionRuleRequest
GetDecryptionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDecryptionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type GetDecryptionRuleRequest Modifier and Type Method Description GetDecryptionRuleRequest.Builder
GetDecryptionRuleRequest.Builder. copy(GetDecryptionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-