Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.ListOrganizationRecommendationAccountsResponse
-
Packages that use ListOrganizationRecommendationAccountsResponse Package Description software.amazon.awssdk.services.trustedadvisor TrustedAdvisor Public APIsoftware.amazon.awssdk.services.trustedadvisor.paginators -
-
Uses of ListOrganizationRecommendationAccountsResponse in software.amazon.awssdk.services.trustedadvisor
Methods in software.amazon.awssdk.services.trustedadvisor that return ListOrganizationRecommendationAccountsResponse Modifier and Type Method Description default ListOrganizationRecommendationAccountsResponseTrustedAdvisorClient. listOrganizationRecommendationAccounts(Consumer<ListOrganizationRecommendationAccountsRequest.Builder> listOrganizationRecommendationAccountsRequest)Lists the accounts that own the resources for an organization aggregate recommendation.default ListOrganizationRecommendationAccountsResponseTrustedAdvisorClient. listOrganizationRecommendationAccounts(ListOrganizationRecommendationAccountsRequest listOrganizationRecommendationAccountsRequest)Lists the accounts that own the resources for an organization aggregate recommendation.Methods in software.amazon.awssdk.services.trustedadvisor that return types with arguments of type ListOrganizationRecommendationAccountsResponse Modifier and Type Method Description default CompletableFuture<ListOrganizationRecommendationAccountsResponse>TrustedAdvisorAsyncClient. listOrganizationRecommendationAccounts(Consumer<ListOrganizationRecommendationAccountsRequest.Builder> listOrganizationRecommendationAccountsRequest)Lists the accounts that own the resources for an organization aggregate recommendation.default CompletableFuture<ListOrganizationRecommendationAccountsResponse>TrustedAdvisorAsyncClient. listOrganizationRecommendationAccounts(ListOrganizationRecommendationAccountsRequest listOrganizationRecommendationAccountsRequest)Lists the accounts that own the resources for an organization aggregate recommendation. -
Uses of ListOrganizationRecommendationAccountsResponse in software.amazon.awssdk.services.trustedadvisor.paginators
Methods in software.amazon.awssdk.services.trustedadvisor.paginators that return types with arguments of type ListOrganizationRecommendationAccountsResponse Modifier and Type Method Description Iterator<ListOrganizationRecommendationAccountsResponse>ListOrganizationRecommendationAccountsIterable. iterator()Method parameters in software.amazon.awssdk.services.trustedadvisor.paginators with type arguments of type ListOrganizationRecommendationAccountsResponse Modifier and Type Method Description voidListOrganizationRecommendationAccountsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOrganizationRecommendationAccountsResponse> subscriber)
-