Uses of Class
com.oracle.bmc.networkfirewall.responses.ListDecryptionProfilesResponse
-
Packages that use ListDecryptionProfilesResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListDecryptionProfilesResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListDecryptionProfilesResponse Modifier and Type Method Description ListDecryptionProfilesResponse
NetworkFirewall. listDecryptionProfiles(ListDecryptionProfilesRequest request)
Returns a list of Decryption Profile for the Network Firewall Policy.ListDecryptionProfilesResponse
NetworkFirewallClient. listDecryptionProfiles(ListDecryptionProfilesRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListDecryptionProfilesResponse 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)
Iterable<ListDecryptionProfilesResponse>
NetworkFirewallPaginators. listDecryptionProfilesResponseIterator(ListDecryptionProfilesRequest request)
Creates a new iterable which will iterate over the responses received from the listDecryptionProfiles operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListDecryptionProfilesResponse 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 ListDecryptionProfilesResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListDecryptionProfilesResponse Modifier and Type Method Description ListDecryptionProfilesResponse
ListDecryptionProfilesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListDecryptionProfilesResponse Modifier and Type Method Description ListDecryptionProfilesResponse.Builder
ListDecryptionProfilesResponse.Builder. copy(ListDecryptionProfilesResponse o)
Copy method to populate the builder with values from the given instance.
-