Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateDecryptionProfileRequest
-
Packages that use UpdateDecryptionProfileRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateDecryptionProfileRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateDecryptionProfileRequest Modifier and Type Method Description UpdateDecryptionProfileResponse
NetworkFirewall. updateDecryptionProfile(UpdateDecryptionProfileRequest request)
Updates the Decryption Profile with the given name in the network firewall policy.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)
UpdateDecryptionProfileResponse
NetworkFirewallClient. updateDecryptionProfile(UpdateDecryptionProfileRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateDecryptionProfileRequest 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 UpdateDecryptionProfileRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateDecryptionProfileRequest Modifier and Type Method Description UpdateDecryptionProfileRequest
UpdateDecryptionProfileRequest.Builder. build()
Build the instance of UpdateDecryptionProfileRequest as configured by this builderUpdateDecryptionProfileRequest
UpdateDecryptionProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDecryptionProfileRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateDecryptionProfileRequest Modifier and Type Method Description UpdateDecryptionProfileRequest.Builder
UpdateDecryptionProfileRequest.Builder. copy(UpdateDecryptionProfileRequest o)
Copy method to populate the builder with values from the given instance.
-