Uses of Class
com.oracle.bmc.networkfirewall.requests.ListDecryptionRulesRequest
-
Packages that use ListDecryptionRulesRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListDecryptionRulesRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type ListDecryptionRulesRequest Modifier and Type Method Description ListDecryptionRulesResponseNetworkFirewall. listDecryptionRules(ListDecryptionRulesRequest request)Returns a list of Decryption Rule for the Network Firewall Policy.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)ListDecryptionRulesResponseNetworkFirewallClient. listDecryptionRules(ListDecryptionRulesRequest request)Iterable<DecryptionRuleSummary>NetworkFirewallPaginators. listDecryptionRulesRecordIterator(ListDecryptionRulesRequest request)Creates a new iterable which will iterate over theDecryptionRuleSummaryobjects contained in responses from the listDecryptionRules operation.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 ListDecryptionRulesRequest 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 ListDecryptionRulesRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListDecryptionRulesRequest Modifier and Type Method Description ListDecryptionRulesRequestListDecryptionRulesRequest.Builder. build()Build the instance of ListDecryptionRulesRequest as configured by this builderListDecryptionRulesRequestListDecryptionRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDecryptionRulesRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListDecryptionRulesRequest Modifier and Type Method Description ListDecryptionRulesRequest.BuilderListDecryptionRulesRequest.Builder. copy(ListDecryptionRulesRequest o)Copy method to populate the builder with values from the given instance.
-