Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateDecryptionProfileResponse
-
Packages that use UpdateDecryptionProfileResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of UpdateDecryptionProfileResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateDecryptionProfileResponse Modifier and Type Method Description UpdateDecryptionProfileResponse
NetworkFirewall. updateDecryptionProfile(UpdateDecryptionProfileRequest request)
Updates the Decryption Profile with the given name in the network firewall policy.UpdateDecryptionProfileResponse
NetworkFirewallClient. updateDecryptionProfile(UpdateDecryptionProfileRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateDecryptionProfileResponse Modifier and Type Method Description Future<UpdateDecryptionProfileResponse>
NetworkFirewallAsync. updateDecryptionProfile(UpdateDecryptionProfileRequest request, AsyncHandler<UpdateDecryptionProfileRequest,UpdateDecryptionProfileResponse> handler)
Updates the Decryption Profile with the given name in the network firewall policy.Future<UpdateDecryptionProfileResponse>
NetworkFirewallAsyncClient. updateDecryptionProfile(UpdateDecryptionProfileRequest request, AsyncHandler<UpdateDecryptionProfileRequest,UpdateDecryptionProfileResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateDecryptionProfileResponse Modifier and Type Method Description Future<UpdateDecryptionProfileResponse>
NetworkFirewallAsync. updateDecryptionProfile(UpdateDecryptionProfileRequest request, AsyncHandler<UpdateDecryptionProfileRequest,UpdateDecryptionProfileResponse> handler)
Updates the Decryption Profile with the given name in the network firewall policy.Future<UpdateDecryptionProfileResponse>
NetworkFirewallAsyncClient. updateDecryptionProfile(UpdateDecryptionProfileRequest request, AsyncHandler<UpdateDecryptionProfileRequest,UpdateDecryptionProfileResponse> handler)
-
Uses of UpdateDecryptionProfileResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateDecryptionProfileResponse Modifier and Type Method Description UpdateDecryptionProfileResponse
UpdateDecryptionProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateDecryptionProfileResponse Modifier and Type Method Description UpdateDecryptionProfileResponse.Builder
UpdateDecryptionProfileResponse.Builder. copy(UpdateDecryptionProfileResponse o)
Copy method to populate the builder with values from the given instance.
-