Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateDecryptionProfileResponse
-
Packages that use CreateDecryptionProfileResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of CreateDecryptionProfileResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateDecryptionProfileResponse Modifier and Type Method Description CreateDecryptionProfileResponse
NetworkFirewall. createDecryptionProfile(CreateDecryptionProfileRequest request)
Creates a new Decryption Profile for the Network Firewall Policy.CreateDecryptionProfileResponse
NetworkFirewallClient. createDecryptionProfile(CreateDecryptionProfileRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateDecryptionProfileResponse 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)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateDecryptionProfileResponse 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 CreateDecryptionProfileResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateDecryptionProfileResponse Modifier and Type Method Description CreateDecryptionProfileResponse
CreateDecryptionProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateDecryptionProfileResponse Modifier and Type Method Description CreateDecryptionProfileResponse.Builder
CreateDecryptionProfileResponse.Builder. copy(CreateDecryptionProfileResponse o)
Copy method to populate the builder with values from the given instance.
-