| Package | Description |
|---|---|
| com.amazonaws.services.trustedadvisor |
TrustedAdvisor Public API
|
| com.amazonaws.services.trustedadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
AWSTrustedAdvisorClient.listRecommendations(ListRecommendationsRequest request)
List a filterable set of Recommendations
|
ListRecommendationsResult |
AWSTrustedAdvisor.listRecommendations(ListRecommendationsRequest listRecommendationsRequest)
List a filterable set of Recommendations
|
ListRecommendationsResult |
AbstractAWSTrustedAdvisor.listRecommendations(ListRecommendationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecommendationsResult> |
AWSTrustedAdvisorAsyncClient.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
Future<ListRecommendationsResult> |
AWSTrustedAdvisorAsync.listRecommendationsAsync(ListRecommendationsRequest listRecommendationsRequest,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler)
List a filterable set of Recommendations
|
Future<ListRecommendationsResult> |
AbstractAWSTrustedAdvisorAsync.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.clone() |
ListRecommendationsResult |
ListRecommendationsResult.withNextToken(String nextToken)
The token for the next set of results.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
The list of Recommendations
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendationSummaries(RecommendationSummary... recommendationSummaries)
The list of Recommendations
|
Copyright © 2024. All rights reserved.