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