Uses of Class
com.oracle.bmc.waas.responses.UpdateCachingRulesResponse
-
Packages that use UpdateCachingRulesResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateCachingRulesResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateCachingRulesResponse Modifier and Type Method Description UpdateCachingRulesResponse
Waas. updateCachingRules(UpdateCachingRulesRequest request)
Updates the configuration for each specified caching rule.UpdateCachingRulesResponse
WaasClient. updateCachingRules(UpdateCachingRulesRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type UpdateCachingRulesResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateCachingRulesResponse 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 UpdateCachingRulesResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateCachingRulesResponse Modifier and Type Method Description UpdateCachingRulesResponse
UpdateCachingRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateCachingRulesResponse Modifier and Type Method Description UpdateCachingRulesResponse.Builder
UpdateCachingRulesResponse.Builder. copy(UpdateCachingRulesResponse o)
Copy method to populate the builder with values from the given instance.
-