Uses of Class
com.oracle.bmc.waas.requests.UpdateWaasPolicyRequest
-
Packages that use UpdateWaasPolicyRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateWaasPolicyRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateWaasPolicyRequest Modifier and Type Method Description UpdateWaasPolicyResponse
Waas. updateWaasPolicy(UpdateWaasPolicyRequest request)
Updates the details of a WAAS policy, including origins and tags.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)
UpdateWaasPolicyResponse
WaasClient. updateWaasPolicy(UpdateWaasPolicyRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateWaasPolicyRequest 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 UpdateWaasPolicyRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateWaasPolicyRequest Modifier and Type Method Description UpdateWaasPolicyRequest
UpdateWaasPolicyRequest.Builder. build()
Build the instance of UpdateWaasPolicyRequest as configured by this builderUpdateWaasPolicyRequest
UpdateWaasPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWaasPolicyRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateWaasPolicyRequest Modifier and Type Method Description UpdateWaasPolicyRequest.Builder
UpdateWaasPolicyRequest.Builder. copy(UpdateWaasPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-