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