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