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 ListCachingRulesResponse
Waas. 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)
ListCachingRulesResponse
WaasClient. listCachingRules(ListCachingRulesRequest request)
Iterable<CachingRuleSummary>
WaasPaginators. listCachingRulesRecordIterator(ListCachingRulesRequest request)
Creates a new iterable which will iterate over theCachingRuleSummary
objects 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 ListCachingRulesRequest
ListCachingRulesRequest.Builder. build()
Build the instance of ListCachingRulesRequest as configured by this builderListCachingRulesRequest
ListCachingRulesRequest.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.Builder
ListCachingRulesRequest.Builder. copy(ListCachingRulesRequest o)
Copy method to populate the builder with values from the given instance.
-