| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
PreferredResource |
PreferredResource.clone() |
PreferredResource |
PreferredResource.withExcludeList(Collection<String> excludeList)
The preferred resource type values to exclude from the recommendation candidates.
|
PreferredResource |
PreferredResource.withExcludeList(String... excludeList)
The preferred resource type values to exclude from the recommendation candidates.
|
PreferredResource |
PreferredResource.withIncludeList(Collection<String> includeList)
The preferred resource type values to include in the recommendation candidates.
|
PreferredResource |
PreferredResource.withIncludeList(String... includeList)
The preferred resource type values to include in the recommendation candidates.
|
PreferredResource |
PreferredResource.withName(PreferredResourceName name)
The type of preferred resource to customize.
|
PreferredResource |
PreferredResource.withName(String name)
The type of preferred resource to customize.
|
| Modifier and Type | Method and Description |
|---|---|
List<PreferredResource> |
PutRecommendationPreferencesRequest.getPreferredResources()
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecommendationPreferencesRequest |
PutRecommendationPreferencesRequest.withPreferredResources(PreferredResource... preferredResources)
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRecommendationPreferencesRequest.setPreferredResources(Collection<PreferredResource> preferredResources)
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
PutRecommendationPreferencesRequest |
PutRecommendationPreferencesRequest.withPreferredResources(Collection<PreferredResource> preferredResources)
The preference to control which resource type values are considered when generating rightsizing recommendations.
|
Copyright © 2024. All rights reserved.