Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.ListOrganizationRecommendationsRequest
-
Packages that use ListOrganizationRecommendationsRequest Package Description software.amazon.awssdk.services.trustedadvisor TrustedAdvisor Public APIsoftware.amazon.awssdk.services.trustedadvisor.paginators software.amazon.awssdk.services.trustedadvisor.transform -
-
Uses of ListOrganizationRecommendationsRequest in software.amazon.awssdk.services.trustedadvisor
Methods in software.amazon.awssdk.services.trustedadvisor with parameters of type ListOrganizationRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListOrganizationRecommendationsResponse>TrustedAdvisorAsyncClient. listOrganizationRecommendations(ListOrganizationRecommendationsRequest listOrganizationRecommendationsRequest)List a filterable set of Recommendations within an Organization.default ListOrganizationRecommendationsResponseTrustedAdvisorClient. listOrganizationRecommendations(ListOrganizationRecommendationsRequest listOrganizationRecommendationsRequest)List a filterable set of Recommendations within an Organization.default ListOrganizationRecommendationsPublisherTrustedAdvisorAsyncClient. listOrganizationRecommendationsPaginator(ListOrganizationRecommendationsRequest listOrganizationRecommendationsRequest)List a filterable set of Recommendations within an Organization.default ListOrganizationRecommendationsIterableTrustedAdvisorClient. listOrganizationRecommendationsPaginator(ListOrganizationRecommendationsRequest listOrganizationRecommendationsRequest)List a filterable set of Recommendations within an Organization. -
Uses of ListOrganizationRecommendationsRequest in software.amazon.awssdk.services.trustedadvisor.paginators
Constructors in software.amazon.awssdk.services.trustedadvisor.paginators with parameters of type ListOrganizationRecommendationsRequest Constructor Description ListOrganizationRecommendationsIterable(TrustedAdvisorClient client, ListOrganizationRecommendationsRequest firstRequest)ListOrganizationRecommendationsPublisher(TrustedAdvisorAsyncClient client, ListOrganizationRecommendationsRequest firstRequest) -
Uses of ListOrganizationRecommendationsRequest in software.amazon.awssdk.services.trustedadvisor.transform
Methods in software.amazon.awssdk.services.trustedadvisor.transform with parameters of type ListOrganizationRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListOrganizationRecommendationsRequestMarshaller. marshall(ListOrganizationRecommendationsRequest listOrganizationRecommendationsRequest)
-