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.waas
Methods in com.oracle.bmc.waas that return UpdateWaasPolicyResponse Modifier and Type Method Description UpdateWaasPolicyResponse
Waas. updateWaasPolicy(UpdateWaasPolicyRequest request)
Updates the details of a WAAS policy, including origins and tags.UpdateWaasPolicyResponse
WaasClient. 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.responses
Methods in com.oracle.bmc.waas.responses that return UpdateWaasPolicyResponse Modifier and Type Method Description UpdateWaasPolicyResponse
UpdateWaasPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateWaasPolicyResponse Modifier and Type Method Description UpdateWaasPolicyResponse.Builder
UpdateWaasPolicyResponse.Builder. copy(UpdateWaasPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-