Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.RecommendationSummary
-
Packages that use RecommendationSummary Package Description software.amazon.awssdk.services.trustedadvisor.model software.amazon.awssdk.services.trustedadvisor.paginators -
-
Uses of RecommendationSummary in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return types with arguments of type RecommendationSummary Modifier and Type Method Description List<RecommendationSummary>ListRecommendationsResponse. recommendationSummaries()The list of RecommendationsMethods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type RecommendationSummary Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. recommendationSummaries(RecommendationSummary... recommendationSummaries)The list of RecommendationsMethod parameters in software.amazon.awssdk.services.trustedadvisor.model with type arguments of type RecommendationSummary Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. recommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)The list of Recommendations -
Uses of RecommendationSummary in software.amazon.awssdk.services.trustedadvisor.paginators
Methods in software.amazon.awssdk.services.trustedadvisor.paginators that return types with arguments of type RecommendationSummary Modifier and Type Method Description SdkIterable<RecommendationSummary>ListRecommendationsIterable. recommendationSummaries()Returns an iterable to iterate through the paginatedListRecommendationsResponse.recommendationSummaries()member.SdkPublisher<RecommendationSummary>ListRecommendationsPublisher. recommendationSummaries()Returns a publisher that can be used to get a stream of data.
-