Uses of Class
com.oracle.bmc.waas.requests.ListCustomProtectionRulesRequest
-
Packages that use ListCustomProtectionRulesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListCustomProtectionRulesRequest in com.oracle.bmc.waas
Method parameters in com.oracle.bmc.waas with type arguments of type ListCustomProtectionRulesRequest Modifier and Type Method Description Future<ListCustomProtectionRulesResponse>
WaasAsync. listCustomProtectionRules(ListCustomProtectionRulesRequest request, AsyncHandler<ListCustomProtectionRulesRequest,ListCustomProtectionRulesResponse> handler)
Gets a list of custom protection rules for the specified Web Application Firewall.Future<ListCustomProtectionRulesResponse>
WaasAsyncClient. listCustomProtectionRules(ListCustomProtectionRulesRequest request, AsyncHandler<ListCustomProtectionRulesRequest,ListCustomProtectionRulesResponse> handler)
-
Uses of ListCustomProtectionRulesRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListCustomProtectionRulesRequest Modifier and Type Method Description ListCustomProtectionRulesRequest
ListCustomProtectionRulesRequest.Builder. build()
Build the instance of ListCustomProtectionRulesRequest as configured by this builderListCustomProtectionRulesRequest
ListCustomProtectionRulesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCustomProtectionRulesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListCustomProtectionRulesRequest Modifier and Type Method Description ListCustomProtectionRulesRequest.Builder
ListCustomProtectionRulesRequest.Builder. copy(ListCustomProtectionRulesRequest o)
Copy method to populate the builder with values from the given instance.
-