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