Uses of Class
software.amazon.awssdk.services.redshift.model.ListRecommendationsResponse
-
Packages that use ListRecommendationsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ListRecommendationsResponse Modifier and Type Method Description default ListRecommendationsResponseRedshiftClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.default ListRecommendationsResponseRedshiftClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>RedshiftAsyncClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.default CompletableFuture<ListRecommendationsResponse>RedshiftAsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account. -
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description Iterator<ListRecommendationsResponse>ListRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type ListRecommendationsResponse Modifier and Type Method Description voidListRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber)
-