| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
ListRecommendationsRequest.getFilter()
The constraints that you want all returned recommendations to match.
|
Filter |
ListRecommendationSummariesRequest.getFilter() |
Filter |
Filter.withAccountIds(Collection<String> accountIds)
The account that the recommendation is for.
|
Filter |
Filter.withAccountIds(String... accountIds)
The account that the recommendation is for.
|
Filter |
Filter.withActionTypes(ActionType... actionTypes)
The type of action you can take by adopting the recommendation.
|
Filter |
Filter.withActionTypes(Collection<String> actionTypes)
The type of action you can take by adopting the recommendation.
|
Filter |
Filter.withActionTypes(String... actionTypes)
The type of action you can take by adopting the recommendation.
|
Filter |
Filter.withImplementationEfforts(Collection<String> implementationEfforts)
The effort required to implement the recommendation.
|
Filter |
Filter.withImplementationEfforts(ImplementationEffort... implementationEfforts)
The effort required to implement the recommendation.
|
Filter |
Filter.withImplementationEfforts(String... implementationEfforts)
The effort required to implement the recommendation.
|
Filter |
Filter.withRecommendationIds(Collection<String> recommendationIds)
The IDs for the recommendations.
|
Filter |
Filter.withRecommendationIds(String... recommendationIds)
The IDs for the recommendations.
|
Filter |
Filter.withRegions(Collection<String> regions)
The Amazon Web Services Region of the resource.
|
Filter |
Filter.withRegions(String... regions)
The Amazon Web Services Region of the resource.
|
Filter |
Filter.withResourceArns(Collection<String> resourceArns)
The Amazon Resource Name (ARN) of the recommendation.
|
Filter |
Filter.withResourceArns(String... resourceArns)
The Amazon Resource Name (ARN) of the recommendation.
|
Filter |
Filter.withResourceIds(Collection<String> resourceIds)
The resource ID of the recommendation.
|
Filter |
Filter.withResourceIds(String... resourceIds)
The resource ID of the recommendation.
|
Filter |
Filter.withResourceTypes(Collection<String> resourceTypes)
The resource type of the recommendation.
|
Filter |
Filter.withResourceTypes(ResourceType... resourceTypes)
The resource type of the recommendation.
|
Filter |
Filter.withResourceTypes(String... resourceTypes)
The resource type of the recommendation.
|
Filter |
Filter.withRestartNeeded(Boolean restartNeeded)
Whether or not implementing the recommendation requires a restart.
|
Filter |
Filter.withRollbackPossible(Boolean rollbackPossible)
Whether or not implementing the recommendation can be rolled back.
|
Filter |
Filter.withTags(Collection<Tag> tags)
A list of tags assigned to the recommendation.
|
Filter |
Filter.withTags(Tag... tags)
A list of tags assigned to the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsRequest.setFilter(Filter filter)
The constraints that you want all returned recommendations to match.
|
void |
ListRecommendationSummariesRequest.setFilter(Filter filter) |
ListRecommendationsRequest |
ListRecommendationsRequest.withFilter(Filter filter)
The constraints that you want all returned recommendations to match.
|
ListRecommendationSummariesRequest |
ListRecommendationSummariesRequest.withFilter(Filter filter) |
Copyright © 2024. All rights reserved.