Uses of Class
com.oracle.bmc.waf.requests.GetWebAppFirewallPolicyRequest
-
Packages that use GetWebAppFirewallPolicyRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of GetWebAppFirewallPolicyRequest in com.oracle.bmc.waf
Method parameters in com.oracle.bmc.waf with type arguments of type GetWebAppFirewallPolicyRequest 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 GetWebAppFirewallPolicyRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return GetWebAppFirewallPolicyRequest Modifier and Type Method Description GetWebAppFirewallPolicyRequest
GetWebAppFirewallPolicyRequest.Builder. build()
Build the instance of GetWebAppFirewallPolicyRequest as configured by this builderGetWebAppFirewallPolicyRequest
GetWebAppFirewallPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetWebAppFirewallPolicyRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type GetWebAppFirewallPolicyRequest Modifier and Type Method Description GetWebAppFirewallPolicyRequest.Builder
GetWebAppFirewallPolicyRequest.Builder. copy(GetWebAppFirewallPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-