Uses of Interface
software.amazon.awssdk.services.trustedadvisor.TrustedAdvisorClient
-
Packages that use TrustedAdvisorClient Package Description software.amazon.awssdk.services.trustedadvisor TrustedAdvisor Public APIsoftware.amazon.awssdk.services.trustedadvisor.paginators -
-
Uses of TrustedAdvisorClient in software.amazon.awssdk.services.trustedadvisor
Methods in software.amazon.awssdk.services.trustedadvisor that return TrustedAdvisorClient Modifier and Type Method Description static TrustedAdvisorClientTrustedAdvisorClient. create()Create aTrustedAdvisorClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of TrustedAdvisorClient in software.amazon.awssdk.services.trustedadvisor.paginators
Constructors in software.amazon.awssdk.services.trustedadvisor.paginators with parameters of type TrustedAdvisorClient Constructor Description ListChecksIterable(TrustedAdvisorClient client, ListChecksRequest firstRequest)ListOrganizationRecommendationAccountsIterable(TrustedAdvisorClient client, ListOrganizationRecommendationAccountsRequest firstRequest)ListOrganizationRecommendationResourcesIterable(TrustedAdvisorClient client, ListOrganizationRecommendationResourcesRequest firstRequest)ListOrganizationRecommendationsIterable(TrustedAdvisorClient client, ListOrganizationRecommendationsRequest firstRequest)ListRecommendationResourcesIterable(TrustedAdvisorClient client, ListRecommendationResourcesRequest firstRequest)ListRecommendationsIterable(TrustedAdvisorClient client, ListRecommendationsRequest firstRequest)
-