Uses of Class
com.oracle.bmc.waa.model.WebAppAccelerationSummary
-
Packages that use WebAppAccelerationSummary Package Description com.oracle.bmc.waa com.oracle.bmc.waa.model -
-
Uses of WebAppAccelerationSummary in com.oracle.bmc.waa
Methods in com.oracle.bmc.waa that return types with arguments of type WebAppAccelerationSummary Modifier and Type Method Description Iterable<WebAppAccelerationSummary>
WaaPaginators. listWebAppAccelerationsRecordIterator(ListWebAppAccelerationsRequest request)
Creates a new iterable which will iterate over theWebAppAccelerationSummary
objects contained in responses from the listWebAppAccelerations operation. -
Uses of WebAppAccelerationSummary in com.oracle.bmc.waa.model
Subclasses of WebAppAccelerationSummary in com.oracle.bmc.waa.model Modifier and Type Class Description class
WebAppAccelerationLoadBalancerSummary
Summary of the WebAppAccelerationLoadBalancer.Methods in com.oracle.bmc.waa.model that return types with arguments of type WebAppAccelerationSummary Modifier and Type Method Description List<WebAppAccelerationSummary>
WebAppAccelerationCollection. getItems()
List of WebAppAccelerations.Method parameters in com.oracle.bmc.waa.model with type arguments of type WebAppAccelerationSummary Modifier and Type Method Description WebAppAccelerationCollection.Builder
WebAppAccelerationCollection.Builder. items(List<WebAppAccelerationSummary> items)
List of WebAppAccelerations.Constructor parameters in com.oracle.bmc.waa.model with type arguments of type WebAppAccelerationSummary Constructor Description WebAppAccelerationCollection(List<WebAppAccelerationSummary> items)
Deprecated.
-