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