Uses of Class
com.oracle.bmc.waa.model.WebAppAccelerationCollection
-
Packages that use WebAppAccelerationCollection Package Description com.oracle.bmc.waa.model com.oracle.bmc.waa.responses -
-
Uses of WebAppAccelerationCollection in com.oracle.bmc.waa.model
Methods in com.oracle.bmc.waa.model that return WebAppAccelerationCollection Modifier and Type Method Description WebAppAccelerationCollection
WebAppAccelerationCollection.Builder. build()
Methods in com.oracle.bmc.waa.model with parameters of type WebAppAccelerationCollection Modifier and Type Method Description WebAppAccelerationCollection.Builder
WebAppAccelerationCollection.Builder. copy(WebAppAccelerationCollection model)
-
Uses of WebAppAccelerationCollection in com.oracle.bmc.waa.responses
Methods in com.oracle.bmc.waa.responses that return WebAppAccelerationCollection Modifier and Type Method Description WebAppAccelerationCollection
ListWebAppAccelerationsResponse. getWebAppAccelerationCollection()
The returned WebAppAccelerationCollection instance.Methods in com.oracle.bmc.waa.responses with parameters of type WebAppAccelerationCollection Modifier and Type Method Description ListWebAppAccelerationsResponse.Builder
ListWebAppAccelerationsResponse.Builder. webAppAccelerationCollection(WebAppAccelerationCollection webAppAccelerationCollection)
The returned WebAppAccelerationCollection instance.
-