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.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateDecryptionProfileRequest Modifier and Type Method Description CreateDecryptionProfileResponse
NetworkFirewall. 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)
CreateDecryptionProfileResponse
NetworkFirewallClient. 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.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateDecryptionProfileRequest Modifier and Type Method Description CreateDecryptionProfileRequest
CreateDecryptionProfileRequest.Builder. build()
Build the instance of CreateDecryptionProfileRequest as configured by this builderCreateDecryptionProfileRequest
CreateDecryptionProfileRequest.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.Builder
CreateDecryptionProfileRequest.Builder. copy(CreateDecryptionProfileRequest o)
Copy method to populate the builder with values from the given instance.
-