Uses of Class
com.oracle.bmc.cloudguard.responses.ListRecommendationsResponse
-
Packages that use ListRecommendationsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListRecommendationsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListRecommendationsResponse Modifier and Type Method Description ListRecommendationsResponseCloudGuard. listRecommendations(ListRecommendationsRequest request)Returns a list of recommendations (RecommendationSummaryCollection resource with a page of RecommendationSummary resources) for a specified compartment OCID.ListRecommendationsResponseCloudGuardClient. listRecommendations(ListRecommendationsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description Future<ListRecommendationsResponse>CloudGuardAsync. listRecommendations(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResponse> handler)Returns a list of recommendations (RecommendationSummaryCollection resource with a page of RecommendationSummary resources) for a specified compartment OCID.Future<ListRecommendationsResponse>CloudGuardAsyncClient. listRecommendations(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResponse> handler)Iterable<ListRecommendationsResponse>CloudGuardPaginators. listRecommendationsResponseIterator(ListRecommendationsRequest request)Creates a new iterable which will iterate over the responses received from the listRecommendations operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListRecommendationsResponse Modifier and Type Method Description Future<ListRecommendationsResponse>CloudGuardAsync. listRecommendations(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResponse> handler)Returns a list of recommendations (RecommendationSummaryCollection resource with a page of RecommendationSummary resources) for a specified compartment OCID.Future<ListRecommendationsResponse>CloudGuardAsyncClient. listRecommendations(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResponse> handler) -
Uses of ListRecommendationsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListRecommendationsResponse Modifier and Type Method Description ListRecommendationsResponseListRecommendationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.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.
-