Uses of Class
software.amazon.awssdk.services.redshift.model.Recommendation
-
Packages that use Recommendation Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of Recommendation in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>ListRecommendationsResponse. recommendations()The Advisor recommendations for action on the Amazon Redshift cluster.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Recommendation Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. recommendations(Recommendation... recommendations)The Advisor recommendations for action on the Amazon Redshift cluster.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Recommendation Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. recommendations(Collection<Recommendation> recommendations)The Advisor recommendations for action on the Amazon Redshift cluster. -
Uses of Recommendation in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type Recommendation Modifier and Type Method Description SdkIterable<Recommendation>ListRecommendationsIterable. recommendations()Returns an iterable to iterate through the paginatedListRecommendationsResponse.recommendations()member.SdkPublisher<Recommendation>ListRecommendationsPublisher. recommendations()Returns a publisher that can be used to get a stream of data.
-