Uses of Class
com.oracle.bmc.networkfirewall.responses.ListDecryptionRulesResponse
-
Packages that use ListDecryptionRulesResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListDecryptionRulesResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListDecryptionRulesResponse Modifier and Type Method Description ListDecryptionRulesResponseNetworkFirewall. listDecryptionRules(ListDecryptionRulesRequest request)Returns a list of Decryption Rule for the Network Firewall Policy.ListDecryptionRulesResponseNetworkFirewallClient. listDecryptionRules(ListDecryptionRulesRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListDecryptionRulesResponse Modifier and Type Method Description Future<ListDecryptionRulesResponse>NetworkFirewallAsync. listDecryptionRules(ListDecryptionRulesRequest request, AsyncHandler<ListDecryptionRulesRequest,ListDecryptionRulesResponse> handler)Returns a list of Decryption Rule for the Network Firewall Policy.Future<ListDecryptionRulesResponse>NetworkFirewallAsyncClient. listDecryptionRules(ListDecryptionRulesRequest request, AsyncHandler<ListDecryptionRulesRequest,ListDecryptionRulesResponse> handler)Iterable<ListDecryptionRulesResponse>NetworkFirewallPaginators. listDecryptionRulesResponseIterator(ListDecryptionRulesRequest request)Creates a new iterable which will iterate over the responses received from the listDecryptionRules operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListDecryptionRulesResponse Modifier and Type Method Description Future<ListDecryptionRulesResponse>NetworkFirewallAsync. listDecryptionRules(ListDecryptionRulesRequest request, AsyncHandler<ListDecryptionRulesRequest,ListDecryptionRulesResponse> handler)Returns a list of Decryption Rule for the Network Firewall Policy.Future<ListDecryptionRulesResponse>NetworkFirewallAsyncClient. listDecryptionRules(ListDecryptionRulesRequest request, AsyncHandler<ListDecryptionRulesRequest,ListDecryptionRulesResponse> handler) -
Uses of ListDecryptionRulesResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListDecryptionRulesResponse Modifier and Type Method Description ListDecryptionRulesResponseListDecryptionRulesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListDecryptionRulesResponse Modifier and Type Method Description ListDecryptionRulesResponse.BuilderListDecryptionRulesResponse.Builder. copy(ListDecryptionRulesResponse o)Copy method to populate the builder with values from the given instance.
-