Uses of Class
com.oracle.bmc.cloudguard.requests.ListRecommendationsRequest
-
Packages that use ListRecommendationsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListRecommendationsRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListRecommendationsRequest 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.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)ListRecommendationsResponseCloudGuardClient. listRecommendations(ListRecommendationsRequest request)Iterable<RecommendationSummary>CloudGuardPaginators. listRecommendationsRecordIterator(ListRecommendationsRequest request)Creates a new iterable which will iterate over theRecommendationSummaryobjects contained in responses from the listRecommendations operation.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 ListRecommendationsRequest 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 ListRecommendationsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListRecommendationsRequest Modifier and Type Method Description ListRecommendationsRequestListRecommendationsRequest.Builder. build()Build the instance of ListRecommendationsRequest as configured by this builderListRecommendationsRequestListRecommendationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListRecommendationsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListRecommendationsRequest Modifier and Type Method Description ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. copy(ListRecommendationsRequest o)Copy method to populate the builder with values from the given instance.
-