Uses of Class
com.oracle.bmc.waas.responses.UpdateWaasPolicyResponse
- 
Packages that use UpdateWaasPolicyResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses 
- 
- 
Uses of UpdateWaasPolicyResponse in com.oracle.bmc.waasMethods in com.oracle.bmc.waas that return UpdateWaasPolicyResponse Modifier and Type Method Description UpdateWaasPolicyResponseWaas. updateWaasPolicy(UpdateWaasPolicyRequest request)Updates the details of a WAAS policy, including origins and tags.UpdateWaasPolicyResponseWaasClient. updateWaasPolicy(UpdateWaasPolicyRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type UpdateWaasPolicyResponse Modifier and Type Method Description Future<UpdateWaasPolicyResponse>WaasAsync. updateWaasPolicy(UpdateWaasPolicyRequest request, AsyncHandler<UpdateWaasPolicyRequest,UpdateWaasPolicyResponse> handler)Updates the details of a WAAS policy, including origins and tags.Future<UpdateWaasPolicyResponse>WaasAsyncClient. updateWaasPolicy(UpdateWaasPolicyRequest request, AsyncHandler<UpdateWaasPolicyRequest,UpdateWaasPolicyResponse> handler)Method parameters in com.oracle.bmc.waas with type arguments of type UpdateWaasPolicyResponse Modifier and Type Method Description Future<UpdateWaasPolicyResponse>WaasAsync. updateWaasPolicy(UpdateWaasPolicyRequest request, AsyncHandler<UpdateWaasPolicyRequest,UpdateWaasPolicyResponse> handler)Updates the details of a WAAS policy, including origins and tags.Future<UpdateWaasPolicyResponse>WaasAsyncClient. updateWaasPolicy(UpdateWaasPolicyRequest request, AsyncHandler<UpdateWaasPolicyRequest,UpdateWaasPolicyResponse> handler)
- 
Uses of UpdateWaasPolicyResponse in com.oracle.bmc.waas.responsesMethods in com.oracle.bmc.waas.responses that return UpdateWaasPolicyResponse Modifier and Type Method Description UpdateWaasPolicyResponseUpdateWaasPolicyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateWaasPolicyResponse Modifier and Type Method Description UpdateWaasPolicyResponse.BuilderUpdateWaasPolicyResponse.Builder. copy(UpdateWaasPolicyResponse o)Copy method to populate the builder with values from the given instance.
 
-