Uses of Class
com.oracle.bmc.waas.model.Recommendation
-
Packages that use Recommendation Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of Recommendation in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type Recommendation Modifier and Type Method Description Iterable<Recommendation>
WaasPaginators. listRecommendationsRecordIterator(ListRecommendationsRequest request)
Creates a new iterable which will iterate over theRecommendation
objects contained in responses from the listRecommendations operation. -
Uses of Recommendation in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Recommendation Modifier and Type Method Description Recommendation
Recommendation.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type Recommendation Modifier and Type Method Description Recommendation.Builder
Recommendation.Builder. copy(Recommendation model)
-
Uses of Recommendation in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>
ListRecommendationsResponse. getItems()
A list of com.oracle.bmc.waas.model.Recommendation instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type Recommendation Modifier and Type Method Description ListRecommendationsResponse.Builder
ListRecommendationsResponse.Builder. items(List<Recommendation> items)
A list of com.oracle.bmc.waas.model.Recommendation instances.
-