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 ListDecryptionRulesResponse
NetworkFirewall. 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)
ListDecryptionRulesResponse
NetworkFirewallClient. listDecryptionRules(ListDecryptionRulesRequest request)
Iterable<DecryptionRuleSummary>
NetworkFirewallPaginators. listDecryptionRulesRecordIterator(ListDecryptionRulesRequest request)
Creates a new iterable which will iterate over theDecryptionRuleSummary
objects 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 ListDecryptionRulesRequest
ListDecryptionRulesRequest.Builder. build()
Build the instance of ListDecryptionRulesRequest as configured by this builderListDecryptionRulesRequest
ListDecryptionRulesRequest.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.Builder
ListDecryptionRulesRequest.Builder. copy(ListDecryptionRulesRequest o)
Copy method to populate the builder with values from the given instance.
-