| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
EffectivePreferredResource |
EffectivePreferredResource.clone() |
EffectivePreferredResource |
EffectivePreferredResource.withEffectiveIncludeList(Collection<String> effectiveIncludeList)
The expanded version of your preferred resource's include list.
|
EffectivePreferredResource |
EffectivePreferredResource.withEffectiveIncludeList(String... effectiveIncludeList)
The expanded version of your preferred resource's include list.
|
EffectivePreferredResource |
EffectivePreferredResource.withExcludeList(Collection<String> excludeList)
The list of preferred resources values that you want excluded from rightsizing recommendation candidates.
|
EffectivePreferredResource |
EffectivePreferredResource.withExcludeList(String... excludeList)
The list of preferred resources values that you want excluded from rightsizing recommendation candidates.
|
EffectivePreferredResource |
EffectivePreferredResource.withIncludeList(Collection<String> includeList)
The list of preferred resource values that you want considered as rightsizing recommendation candidates.
|
EffectivePreferredResource |
EffectivePreferredResource.withIncludeList(String... includeList)
The list of preferred resource values that you want considered as rightsizing recommendation candidates.
|
EffectivePreferredResource |
EffectivePreferredResource.withName(PreferredResourceName name)
The name of the preferred resource list.
|
EffectivePreferredResource |
EffectivePreferredResource.withName(String name)
The name of the preferred resource list.
|
| Modifier and Type | Method and Description |
|---|---|
List<EffectivePreferredResource> |
RecommendationPreferencesDetail.getPreferredResources()
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
List<EffectivePreferredResource> |
GetEffectiveRecommendationPreferencesResult.getPreferredResources()
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
List<EffectivePreferredResource> |
EffectiveRecommendationPreferences.getPreferredResources()
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationPreferencesDetail |
RecommendationPreferencesDetail.withPreferredResources(EffectivePreferredResource... preferredResources)
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
GetEffectiveRecommendationPreferencesResult |
GetEffectiveRecommendationPreferencesResult.withPreferredResources(EffectivePreferredResource... preferredResources)
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
EffectiveRecommendationPreferences |
EffectiveRecommendationPreferences.withPreferredResources(EffectivePreferredResource... preferredResources)
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationPreferencesDetail.setPreferredResources(Collection<EffectivePreferredResource> preferredResources)
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
void |
GetEffectiveRecommendationPreferencesResult.setPreferredResources(Collection<EffectivePreferredResource> preferredResources)
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
void |
EffectiveRecommendationPreferences.setPreferredResources(Collection<EffectivePreferredResource> preferredResources)
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
RecommendationPreferencesDetail |
RecommendationPreferencesDetail.withPreferredResources(Collection<EffectivePreferredResource> preferredResources)
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
GetEffectiveRecommendationPreferencesResult |
GetEffectiveRecommendationPreferencesResult.withPreferredResources(Collection<EffectivePreferredResource> preferredResources)
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
EffectiveRecommendationPreferences |
EffectiveRecommendationPreferences.withPreferredResources(Collection<EffectivePreferredResource> preferredResources)
The resource type values that are considered as candidates when generating rightsizing recommendations.
|
Copyright © 2024. All rights reserved.