Uses of Class
com.oracle.bmc.networkfirewall.requests.ListDecryptionProfilesRequest
-
Packages that use ListDecryptionProfilesRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListDecryptionProfilesRequest in com.oracle.bmc.networkfirewall
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListDecryptionProfilesRequest Modifier and Type Method Description Future<ListDecryptionProfilesResponse>
NetworkFirewallAsync. listDecryptionProfiles(ListDecryptionProfilesRequest request, AsyncHandler<ListDecryptionProfilesRequest,ListDecryptionProfilesResponse> handler)
Returns a list of Decryption Profile for the Network Firewall Policy.Future<ListDecryptionProfilesResponse>
NetworkFirewallAsyncClient. listDecryptionProfiles(ListDecryptionProfilesRequest request, AsyncHandler<ListDecryptionProfilesRequest,ListDecryptionProfilesResponse> handler)
-
Uses of ListDecryptionProfilesRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListDecryptionProfilesRequest Modifier and Type Method Description ListDecryptionProfilesRequest
ListDecryptionProfilesRequest.Builder. build()
Build the instance of ListDecryptionProfilesRequest as configured by this builderListDecryptionProfilesRequest
ListDecryptionProfilesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDecryptionProfilesRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListDecryptionProfilesRequest Modifier and Type Method Description ListDecryptionProfilesRequest.Builder
ListDecryptionProfilesRequest.Builder. copy(ListDecryptionProfilesRequest o)
Copy method to populate the builder with values from the given instance.
-