Uses of Class
com.oracle.bmc.waa.model.UpdateWebAppAccelerationDetails
-
Packages that use UpdateWebAppAccelerationDetails Package Description com.oracle.bmc.waa.model com.oracle.bmc.waa.requests -
-
Uses of UpdateWebAppAccelerationDetails in com.oracle.bmc.waa.model
Methods in com.oracle.bmc.waa.model that return UpdateWebAppAccelerationDetails Modifier and Type Method Description UpdateWebAppAccelerationDetails
UpdateWebAppAccelerationDetails.Builder. build()
Methods in com.oracle.bmc.waa.model with parameters of type UpdateWebAppAccelerationDetails Modifier and Type Method Description UpdateWebAppAccelerationDetails.Builder
UpdateWebAppAccelerationDetails.Builder. copy(UpdateWebAppAccelerationDetails model)
-
Uses of UpdateWebAppAccelerationDetails in com.oracle.bmc.waa.requests
Methods in com.oracle.bmc.waa.requests that return UpdateWebAppAccelerationDetails Modifier and Type Method Description UpdateWebAppAccelerationDetails
UpdateWebAppAccelerationRequest. getBody$()
Alternative accessor for the body parameter.UpdateWebAppAccelerationDetails
UpdateWebAppAccelerationRequest. getUpdateWebAppAccelerationDetails()
The information to be updated.Methods in com.oracle.bmc.waa.requests with parameters of type UpdateWebAppAccelerationDetails Modifier and Type Method Description UpdateWebAppAccelerationRequest.Builder
UpdateWebAppAccelerationRequest.Builder. body$(UpdateWebAppAccelerationDetails body)
Alternative setter for the body parameter.UpdateWebAppAccelerationRequest.Builder
UpdateWebAppAccelerationRequest.Builder. updateWebAppAccelerationDetails(UpdateWebAppAccelerationDetails updateWebAppAccelerationDetails)
The information to be updated.
-