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.waa
Methods in com.oracle.bmc.waa that return UpdateWebAppAccelerationResponse Modifier and Type Method Description UpdateWebAppAccelerationResponse
Waa. updateWebAppAcceleration(UpdateWebAppAccelerationRequest request)
Updates the WebAppAcceleration identified by the OCID.UpdateWebAppAccelerationResponse
WaaClient. 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.responses
Methods in com.oracle.bmc.waa.responses that return UpdateWebAppAccelerationResponse Modifier and Type Method Description UpdateWebAppAccelerationResponse
UpdateWebAppAccelerationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waa.responses with parameters of type UpdateWebAppAccelerationResponse Modifier and Type Method Description UpdateWebAppAccelerationResponse.Builder
UpdateWebAppAccelerationResponse.Builder. copy(UpdateWebAppAccelerationResponse o)
Copy method to populate the builder with values from the given instance.
-