Uses of Class
com.oracle.bmc.waf.responses.CreateWebAppFirewallResponse
-
Packages that use CreateWebAppFirewallResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of CreateWebAppFirewallResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return CreateWebAppFirewallResponse Modifier and Type Method Description CreateWebAppFirewallResponse
Waf. createWebAppFirewall(CreateWebAppFirewallRequest request)
Creates a new WebAppFirewall.CreateWebAppFirewallResponse
WafClient. createWebAppFirewall(CreateWebAppFirewallRequest request)
Methods in com.oracle.bmc.waf that return types with arguments of type CreateWebAppFirewallResponse 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)
Method parameters in com.oracle.bmc.waf with type arguments of type CreateWebAppFirewallResponse 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 CreateWebAppFirewallResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return CreateWebAppFirewallResponse Modifier and Type Method Description CreateWebAppFirewallResponse
CreateWebAppFirewallResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type CreateWebAppFirewallResponse Modifier and Type Method Description CreateWebAppFirewallResponse.Builder
CreateWebAppFirewallResponse.Builder. copy(CreateWebAppFirewallResponse o)
Copy method to populate the builder with values from the given instance.
-