Uses of Class
com.oracle.bmc.waas.responses.ListCachingRulesResponse
-
Packages that use ListCachingRulesResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListCachingRulesResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListCachingRulesResponse 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.ListCachingRulesResponse
WaasClient. listCachingRules(ListCachingRulesRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListCachingRulesResponse 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)
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 ListCachingRulesResponse 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 ListCachingRulesResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListCachingRulesResponse Modifier and Type Method Description ListCachingRulesResponse
ListCachingRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListCachingRulesResponse Modifier and Type Method Description ListCachingRulesResponse.Builder
ListCachingRulesResponse.Builder. copy(ListCachingRulesResponse o)
Copy method to populate the builder with values from the given instance.
-