Uses of Class
com.oracle.bmc.networkfirewall.responses.GetDecryptionRuleResponse
-
Packages that use GetDecryptionRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of GetDecryptionRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return GetDecryptionRuleResponse Modifier and Type Method Description GetDecryptionRuleResponse
NetworkFirewall. getDecryptionRule(GetDecryptionRuleRequest request)
Get Decryption Rule by the given name in the context of network firewall policy.GetDecryptionRuleResponse
NetworkFirewallClient. getDecryptionRule(GetDecryptionRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type GetDecryptionRuleResponse 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)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetDecryptionRuleResponse 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 GetDecryptionRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return GetDecryptionRuleResponse Modifier and Type Method Description GetDecryptionRuleResponse
GetDecryptionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type GetDecryptionRuleResponse Modifier and Type Method Description GetDecryptionRuleResponse.Builder
GetDecryptionRuleResponse.Builder. copy(GetDecryptionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-