Uses of Class
com.oracle.bmc.waas.requests.ListCachingRulesRequest
-
Packages that use ListCachingRulesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListCachingRulesRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListCachingRulesRequest Modifier and Type Method Description ListCachingRulesResponseWaas. listCachingRules(ListCachingRulesRequest request)Gets the currently configured caching rules for the Web Application Firewall configuration of a specified WAAS policy.Future<ListCachingRulesResponse>WaasAsync. listCachingRules(ListCachingRulesRequest request, AsyncHandler<ListCachingRulesRequest,ListCachingRulesResponse> handler)Gets the currently configured caching rules for the Web Application Firewall configuration of a specified WAAS policy.Future<ListCachingRulesResponse>WaasAsyncClient. listCachingRules(ListCachingRulesRequest request, AsyncHandler<ListCachingRulesRequest,ListCachingRulesResponse> handler)ListCachingRulesResponseWaasClient. listCachingRules(ListCachingRulesRequest request)Iterable<CachingRuleSummary>WaasPaginators. listCachingRulesRecordIterator(ListCachingRulesRequest request)Creates a new iterable which will iterate over theCachingRuleSummaryobjects contained in responses from the listCachingRules operation.Iterable<ListCachingRulesResponse>WaasPaginators. listCachingRulesResponseIterator(ListCachingRulesRequest request)Creates a new iterable which will iterate over the responses received from the listCachingRules operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListCachingRulesRequest Modifier and Type Method Description Future<ListCachingRulesResponse>WaasAsync. listCachingRules(ListCachingRulesRequest request, AsyncHandler<ListCachingRulesRequest,ListCachingRulesResponse> handler)Gets the currently configured caching rules for the Web Application Firewall configuration of a specified WAAS policy.Future<ListCachingRulesResponse>WaasAsyncClient. listCachingRules(ListCachingRulesRequest request, AsyncHandler<ListCachingRulesRequest,ListCachingRulesResponse> handler) -
Uses of ListCachingRulesRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListCachingRulesRequest Modifier and Type Method Description ListCachingRulesRequestListCachingRulesRequest.Builder. build()Build the instance of ListCachingRulesRequest as configured by this builderListCachingRulesRequestListCachingRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCachingRulesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListCachingRulesRequest Modifier and Type Method Description ListCachingRulesRequest.BuilderListCachingRulesRequest.Builder. copy(ListCachingRulesRequest o)Copy method to populate the builder with values from the given instance.
-