Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.AccountRecommendationLifecycleSummary
-
Packages that use AccountRecommendationLifecycleSummary Package Description software.amazon.awssdk.services.trustedadvisor.model software.amazon.awssdk.services.trustedadvisor.paginators -
-
Uses of AccountRecommendationLifecycleSummary in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return types with arguments of type AccountRecommendationLifecycleSummary Modifier and Type Method Description List<AccountRecommendationLifecycleSummary>ListOrganizationRecommendationAccountsResponse. accountRecommendationLifecycleSummaries()The account recommendations lifecycles that are applicable to the RecommendationMethods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type AccountRecommendationLifecycleSummary Modifier and Type Method Description ListOrganizationRecommendationAccountsResponse.BuilderListOrganizationRecommendationAccountsResponse.Builder. accountRecommendationLifecycleSummaries(AccountRecommendationLifecycleSummary... accountRecommendationLifecycleSummaries)The account recommendations lifecycles that are applicable to the RecommendationMethod parameters in software.amazon.awssdk.services.trustedadvisor.model with type arguments of type AccountRecommendationLifecycleSummary Modifier and Type Method Description ListOrganizationRecommendationAccountsResponse.BuilderListOrganizationRecommendationAccountsResponse.Builder. accountRecommendationLifecycleSummaries(Collection<AccountRecommendationLifecycleSummary> accountRecommendationLifecycleSummaries)The account recommendations lifecycles that are applicable to the Recommendation -
Uses of AccountRecommendationLifecycleSummary in software.amazon.awssdk.services.trustedadvisor.paginators
Methods in software.amazon.awssdk.services.trustedadvisor.paginators that return types with arguments of type AccountRecommendationLifecycleSummary Modifier and Type Method Description SdkIterable<AccountRecommendationLifecycleSummary>ListOrganizationRecommendationAccountsIterable. accountRecommendationLifecycleSummaries()Returns an iterable to iterate through the paginatedListOrganizationRecommendationAccountsResponse.accountRecommendationLifecycleSummaries()member.SdkPublisher<AccountRecommendationLifecycleSummary>ListOrganizationRecommendationAccountsPublisher. accountRecommendationLifecycleSummaries()Returns a publisher that can be used to get a stream of data.
-