Uses of Class
com.oracle.bmc.waas.responses.ListRecommendationsResponse
-
Packages that use ListRecommendationsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListRecommendationsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListRecommendationsResponse Modifier and Type Method Description ListRecommendationsResponseWaas. listRecommendations(ListRecommendationsRequest request)Gets the list of recommended Web Application Firewall protection rules.ListRecommendationsResponseWaasClient. listRecommendations(ListRecommendationsRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type ListRecommendationsResponse 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)Iterable<ListRecommendationsResponse>WaasPaginators. listRecommendationsResponseIterator(ListRecommendationsRequest request)Creates a new iterable which will iterate over the responses received from the listRecommendations operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListRecommendationsResponse 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 ListRecommendationsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListRecommendationsResponse Modifier and Type Method Description ListRecommendationsResponseListRecommendationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListRecommendationsResponse Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. copy(ListRecommendationsResponse o)Copy method to populate the builder with values from the given instance.
-