Uses of Class
com.oracle.bmc.waas.requests.ListProtectionRulesRequest
-
Packages that use ListProtectionRulesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListProtectionRulesRequest in com.oracle.bmc.waas
Method parameters in com.oracle.bmc.waas with type arguments of type ListProtectionRulesRequest Modifier and Type Method Description Future<ListProtectionRulesResponse>WaasAsync. listProtectionRules(ListProtectionRulesRequest request, AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler)Gets the list of available protection rules for a WAAS policy.Future<ListProtectionRulesResponse>WaasAsyncClient. listProtectionRules(ListProtectionRulesRequest request, AsyncHandler<ListProtectionRulesRequest,ListProtectionRulesResponse> handler) -
Uses of ListProtectionRulesRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListProtectionRulesRequest Modifier and Type Method Description ListProtectionRulesRequestListProtectionRulesRequest.Builder. build()Build the instance of ListProtectionRulesRequest as configured by this builderListProtectionRulesRequestListProtectionRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListProtectionRulesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListProtectionRulesRequest Modifier and Type Method Description ListProtectionRulesRequest.BuilderListProtectionRulesRequest.Builder. copy(ListProtectionRulesRequest o)Copy method to populate the builder with values from the given instance.
-