Uses of Class
com.oracle.bmc.waas.requests.ListRecommendationsRequest
-
Packages that use ListRecommendationsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListRecommendationsRequest in com.oracle.bmc.waas
Method parameters in com.oracle.bmc.waas with type arguments of type ListRecommendationsRequest Modifier and Type Method Description Future<ListRecommendationsResponse>
WaasAsync. listRecommendations(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResponse> handler)
Gets the list of recommended Web Application Firewall protection rules.Future<ListRecommendationsResponse>
WaasAsyncClient. listRecommendations(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResponse> handler)
-
Uses of ListRecommendationsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListRecommendationsRequest Modifier and Type Method Description ListRecommendationsRequest
ListRecommendationsRequest.Builder. build()
Build the instance of ListRecommendationsRequest as configured by this builderListRecommendationsRequest
ListRecommendationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListRecommendationsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListRecommendationsRequest Modifier and Type Method Description ListRecommendationsRequest.Builder
ListRecommendationsRequest.Builder. copy(ListRecommendationsRequest o)
Copy method to populate the builder with values from the given instance.
-