Uses of Class
com.oracle.bmc.waf.responses.GetWebAppFirewallPolicyResponse
-
Packages that use GetWebAppFirewallPolicyResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of GetWebAppFirewallPolicyResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return GetWebAppFirewallPolicyResponse Modifier and Type Method Description GetWebAppFirewallPolicyResponse
Waf. getWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request)
Gets a WebAppFirewallPolicy with the given OCID.GetWebAppFirewallPolicyResponse
WafClient. getWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request)
Method parameters in com.oracle.bmc.waf with type arguments of type GetWebAppFirewallPolicyResponse Modifier and Type Method Description Future<GetWebAppFirewallPolicyResponse>
WafAsync. getWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request, AsyncHandler<GetWebAppFirewallPolicyRequest,GetWebAppFirewallPolicyResponse> handler)
Gets a WebAppFirewallPolicy with the given OCID.Future<GetWebAppFirewallPolicyResponse>
WafAsyncClient. getWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request, AsyncHandler<GetWebAppFirewallPolicyRequest,GetWebAppFirewallPolicyResponse> handler)
-
Uses of GetWebAppFirewallPolicyResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return GetWebAppFirewallPolicyResponse Modifier and Type Method Description GetWebAppFirewallPolicyResponse
GetWebAppFirewallPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type GetWebAppFirewallPolicyResponse Modifier and Type Method Description GetWebAppFirewallPolicyResponse.Builder
GetWebAppFirewallPolicyResponse.Builder. copy(GetWebAppFirewallPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-