Uses of Class
software.amazon.awssdk.services.redshift.model.ListRecommendationsRequest
-
Packages that use ListRecommendationsRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators software.amazon.awssdk.services.redshift.transform -
-
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type ListRecommendationsRequest Modifier and Type Method Description 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.default ListRecommendationsResponseRedshiftClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web Services account.default ListRecommendationsPublisherRedshiftAsyncClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)This is a variant ofRedshiftAsyncClient.listRecommendations(software.amazon.awssdk.services.redshift.model.ListRecommendationsRequest)operation.default ListRecommendationsIterableRedshiftClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)This is a variant ofRedshiftClient.listRecommendations(software.amazon.awssdk.services.redshift.model.ListRecommendationsRequest)operation. -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.redshift.paginators
Constructors in software.amazon.awssdk.services.redshift.paginators with parameters of type ListRecommendationsRequest Constructor Description ListRecommendationsIterable(RedshiftClient client, ListRecommendationsRequest firstRequest)ListRecommendationsPublisher(RedshiftAsyncClient client, ListRecommendationsRequest firstRequest) -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type ListRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListRecommendationsRequestMarshaller. marshall(ListRecommendationsRequest listRecommendationsRequest)
-