| Package | Description |
|---|---|
| com.amazonaws.services.trustedadvisor |
TrustedAdvisor Public API
|
| com.amazonaws.services.trustedadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecommendationsResult> |
AbstractAWSTrustedAdvisorAsync.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
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
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsRequest |
ListRecommendationsRequest.clone() |
ListRecommendationsRequest |
ListRecommendationsRequest.withAfterLastUpdatedAt(Date afterLastUpdatedAt)
After the last update of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withAwsService(String awsService)
The aws service associated with the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withBeforeLastUpdatedAt(Date beforeLastUpdatedAt)
Before the last update of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withCheckIdentifier(String checkIdentifier)
The check identifier of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withPillar(RecommendationPillar pillar)
The pillar of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withPillar(String pillar)
The pillar of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withSource(RecommendationSource source)
The source of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withSource(String source)
The source of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withStatus(RecommendationStatus status)
The status of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withStatus(String status)
The status of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withType(RecommendationType type)
The type of the Recommendation
|
ListRecommendationsRequest |
ListRecommendationsRequest.withType(String type)
The type of the Recommendation
|
Copyright © 2024. All rights reserved.