Uses of Class
com.oracle.bmc.waa.responses.UpdateWebAppAccelerationResponse
- 
Packages that use UpdateWebAppAccelerationResponse Package Description com.oracle.bmc.waa com.oracle.bmc.waa.responses 
- 
- 
Uses of UpdateWebAppAccelerationResponse in com.oracle.bmc.waaMethods in com.oracle.bmc.waa that return UpdateWebAppAccelerationResponse Modifier and Type Method Description UpdateWebAppAccelerationResponseWaa. updateWebAppAcceleration(UpdateWebAppAccelerationRequest request)Updates the WebAppAcceleration identified by the OCID.UpdateWebAppAccelerationResponseWaaClient. updateWebAppAcceleration(UpdateWebAppAccelerationRequest request)Methods in com.oracle.bmc.waa that return types with arguments of type UpdateWebAppAccelerationResponse Modifier and Type Method Description Future<UpdateWebAppAccelerationResponse>WaaAsync. updateWebAppAcceleration(UpdateWebAppAccelerationRequest request, AsyncHandler<UpdateWebAppAccelerationRequest,UpdateWebAppAccelerationResponse> handler)Updates the WebAppAcceleration identified by the OCID.Future<UpdateWebAppAccelerationResponse>WaaAsyncClient. updateWebAppAcceleration(UpdateWebAppAccelerationRequest request, AsyncHandler<UpdateWebAppAccelerationRequest,UpdateWebAppAccelerationResponse> handler)Method parameters in com.oracle.bmc.waa with type arguments of type UpdateWebAppAccelerationResponse Modifier and Type Method Description Future<UpdateWebAppAccelerationResponse>WaaAsync. updateWebAppAcceleration(UpdateWebAppAccelerationRequest request, AsyncHandler<UpdateWebAppAccelerationRequest,UpdateWebAppAccelerationResponse> handler)Updates the WebAppAcceleration identified by the OCID.Future<UpdateWebAppAccelerationResponse>WaaAsyncClient. updateWebAppAcceleration(UpdateWebAppAccelerationRequest request, AsyncHandler<UpdateWebAppAccelerationRequest,UpdateWebAppAccelerationResponse> handler)
- 
Uses of UpdateWebAppAccelerationResponse in com.oracle.bmc.waa.responsesMethods in com.oracle.bmc.waa.responses that return UpdateWebAppAccelerationResponse Modifier and Type Method Description UpdateWebAppAccelerationResponseUpdateWebAppAccelerationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waa.responses with parameters of type UpdateWebAppAccelerationResponse Modifier and Type Method Description UpdateWebAppAccelerationResponse.BuilderUpdateWebAppAccelerationResponse.Builder. copy(UpdateWebAppAccelerationResponse o)Copy method to populate the builder with values from the given instance.
 
-