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 ListRecommendationsResponse
CloudGuard. 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)
ListRecommendationsResponse
CloudGuardClient. listRecommendations(ListRecommendationsRequest request)
Iterable<RecommendationSummary>
CloudGuardPaginators. listRecommendationsRecordIterator(ListRecommendationsRequest request)
Creates a new iterable which will iterate over theRecommendationSummary
objects 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 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.cloudguard.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.
-