Uses of Class
com.oracle.bmc.waf.requests.CreateWebAppFirewallPolicyRequest
-
Packages that use CreateWebAppFirewallPolicyRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of CreateWebAppFirewallPolicyRequest in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf with parameters of type CreateWebAppFirewallPolicyRequest Modifier and Type Method Description CreateWebAppFirewallPolicyResponse
Waf. createWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request)
Creates a new WebAppFirewallPolicy.Future<CreateWebAppFirewallPolicyResponse>
WafAsync. createWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request, AsyncHandler<CreateWebAppFirewallPolicyRequest,CreateWebAppFirewallPolicyResponse> handler)
Creates a new WebAppFirewallPolicy.Future<CreateWebAppFirewallPolicyResponse>
WafAsyncClient. createWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request, AsyncHandler<CreateWebAppFirewallPolicyRequest,CreateWebAppFirewallPolicyResponse> handler)
CreateWebAppFirewallPolicyResponse
WafClient. createWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request)
Method parameters in com.oracle.bmc.waf with type arguments of type CreateWebAppFirewallPolicyRequest Modifier and Type Method Description Future<CreateWebAppFirewallPolicyResponse>
WafAsync. createWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request, AsyncHandler<CreateWebAppFirewallPolicyRequest,CreateWebAppFirewallPolicyResponse> handler)
Creates a new WebAppFirewallPolicy.Future<CreateWebAppFirewallPolicyResponse>
WafAsyncClient. createWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request, AsyncHandler<CreateWebAppFirewallPolicyRequest,CreateWebAppFirewallPolicyResponse> handler)
-
Uses of CreateWebAppFirewallPolicyRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return CreateWebAppFirewallPolicyRequest Modifier and Type Method Description CreateWebAppFirewallPolicyRequest
CreateWebAppFirewallPolicyRequest.Builder. build()
Build the instance of CreateWebAppFirewallPolicyRequest as configured by this builderCreateWebAppFirewallPolicyRequest
CreateWebAppFirewallPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateWebAppFirewallPolicyRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type CreateWebAppFirewallPolicyRequest Modifier and Type Method Description CreateWebAppFirewallPolicyRequest.Builder
CreateWebAppFirewallPolicyRequest.Builder. copy(CreateWebAppFirewallPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-