Uses of Class
com.oracle.bmc.waas.requests.UpdateCachingRulesRequest
- 
Packages that use UpdateCachingRulesRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests 
- 
- 
Uses of UpdateCachingRulesRequest in com.oracle.bmc.waasMethods in com.oracle.bmc.waas with parameters of type UpdateCachingRulesRequest Modifier and Type Method Description UpdateCachingRulesResponseWaas. updateCachingRules(UpdateCachingRulesRequest request)Updates the configuration for each specified caching rule.Future<UpdateCachingRulesResponse>WaasAsync. updateCachingRules(UpdateCachingRulesRequest request, AsyncHandler<UpdateCachingRulesRequest,UpdateCachingRulesResponse> handler)Updates the configuration for each specified caching rule.Future<UpdateCachingRulesResponse>WaasAsyncClient. updateCachingRules(UpdateCachingRulesRequest request, AsyncHandler<UpdateCachingRulesRequest,UpdateCachingRulesResponse> handler)UpdateCachingRulesResponseWaasClient. updateCachingRules(UpdateCachingRulesRequest request)Method parameters in com.oracle.bmc.waas with type arguments of type UpdateCachingRulesRequest Modifier and Type Method Description Future<UpdateCachingRulesResponse>WaasAsync. updateCachingRules(UpdateCachingRulesRequest request, AsyncHandler<UpdateCachingRulesRequest,UpdateCachingRulesResponse> handler)Updates the configuration for each specified caching rule.Future<UpdateCachingRulesResponse>WaasAsyncClient. updateCachingRules(UpdateCachingRulesRequest request, AsyncHandler<UpdateCachingRulesRequest,UpdateCachingRulesResponse> handler)
- 
Uses of UpdateCachingRulesRequest in com.oracle.bmc.waas.requestsMethods in com.oracle.bmc.waas.requests that return UpdateCachingRulesRequest Modifier and Type Method Description UpdateCachingRulesRequestUpdateCachingRulesRequest.Builder. build()Build the instance of UpdateCachingRulesRequest as configured by this builderUpdateCachingRulesRequestUpdateCachingRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateCachingRulesRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateCachingRulesRequest Modifier and Type Method Description UpdateCachingRulesRequest.BuilderUpdateCachingRulesRequest.Builder. copy(UpdateCachingRulesRequest o)Copy method to populate the builder with values from the given instance.
 
-