Uses of Class
software.amazon.awssdk.services.rds.model.DBRecommendation
Packages that use DBRecommendation
Package
Description
-
Uses of DBRecommendation in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBRecommendationModifier and TypeMethodDescriptionfinal DBRecommendationModifyDbRecommendationResponse.dbRecommendation()Returns the value of the DBRecommendation property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBRecommendationModifier and TypeMethodDescriptionfinal List<DBRecommendation>DescribeDbRecommendationsResponse.dbRecommendations()A list of recommendations which is returned fromDescribeDBRecommendationsAPI request.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBRecommendationModifier and TypeMethodDescriptionModifyDbRecommendationResponse.Builder.dbRecommendation(DBRecommendation dbRecommendation) Sets the value of the DBRecommendation property for this object.DescribeDbRecommendationsResponse.Builder.dbRecommendations(DBRecommendation... dbRecommendations) A list of recommendations which is returned fromDescribeDBRecommendationsAPI request.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBRecommendationModifier and TypeMethodDescriptionDescribeDbRecommendationsResponse.Builder.dbRecommendations(Collection<DBRecommendation> dbRecommendations) A list of recommendations which is returned fromDescribeDBRecommendationsAPI request. -
Uses of DBRecommendation in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBRecommendationModifier and TypeMethodDescriptionfinal SdkIterable<DBRecommendation>DescribeDBRecommendationsIterable.dbRecommendations()Returns an iterable to iterate through the paginatedDescribeDbRecommendationsResponse.dbRecommendations()member.final SdkPublisher<DBRecommendation>DescribeDBRecommendationsPublisher.dbRecommendations()Returns a publisher that can be used to get a stream of data.