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.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateCachingRulesRequest Modifier and Type Method Description UpdateCachingRulesResponse
Waas. 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)
UpdateCachingRulesResponse
WaasClient. 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.requests
Methods in com.oracle.bmc.waas.requests that return UpdateCachingRulesRequest Modifier and Type Method Description UpdateCachingRulesRequest
UpdateCachingRulesRequest.Builder. build()
Build the instance of UpdateCachingRulesRequest as configured by this builderUpdateCachingRulesRequest
UpdateCachingRulesRequest.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.Builder
UpdateCachingRulesRequest.Builder. copy(UpdateCachingRulesRequest o)
Copy method to populate the builder with values from the given instance.
-