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