Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateDecryptionProfileRequest
- 
Packages that use CreateDecryptionProfileRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests 
- 
- 
Uses of CreateDecryptionProfileRequest in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall with parameters of type CreateDecryptionProfileRequest Modifier and Type Method Description CreateDecryptionProfileResponseNetworkFirewall. createDecryptionProfile(CreateDecryptionProfileRequest request)Creates a new Decryption Profile for the Network Firewall Policy.Future<CreateDecryptionProfileResponse>NetworkFirewallAsync. createDecryptionProfile(CreateDecryptionProfileRequest request, AsyncHandler<CreateDecryptionProfileRequest,CreateDecryptionProfileResponse> handler)Creates a new Decryption Profile for the Network Firewall Policy.Future<CreateDecryptionProfileResponse>NetworkFirewallAsyncClient. createDecryptionProfile(CreateDecryptionProfileRequest request, AsyncHandler<CreateDecryptionProfileRequest,CreateDecryptionProfileResponse> handler)CreateDecryptionProfileResponseNetworkFirewallClient. createDecryptionProfile(CreateDecryptionProfileRequest request)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateDecryptionProfileRequest Modifier and Type Method Description Future<CreateDecryptionProfileResponse>NetworkFirewallAsync. createDecryptionProfile(CreateDecryptionProfileRequest request, AsyncHandler<CreateDecryptionProfileRequest,CreateDecryptionProfileResponse> handler)Creates a new Decryption Profile for the Network Firewall Policy.Future<CreateDecryptionProfileResponse>NetworkFirewallAsyncClient. createDecryptionProfile(CreateDecryptionProfileRequest request, AsyncHandler<CreateDecryptionProfileRequest,CreateDecryptionProfileResponse> handler)
- 
Uses of CreateDecryptionProfileRequest in com.oracle.bmc.networkfirewall.requestsMethods in com.oracle.bmc.networkfirewall.requests that return CreateDecryptionProfileRequest Modifier and Type Method Description CreateDecryptionProfileRequestCreateDecryptionProfileRequest.Builder. build()Build the instance of CreateDecryptionProfileRequest as configured by this builderCreateDecryptionProfileRequestCreateDecryptionProfileRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateDecryptionProfileRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateDecryptionProfileRequest Modifier and Type Method Description CreateDecryptionProfileRequest.BuilderCreateDecryptionProfileRequest.Builder. copy(CreateDecryptionProfileRequest o)Copy method to populate the builder with values from the given instance.
 
-