| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationSource |
RecommendationSource.clone() |
RecommendationSource |
RecommendationSource.withRecommendationSourceArn(String recommendationSourceArn)
The Amazon Resource Name (ARN) of the recommendation source.
|
RecommendationSource |
RecommendationSource.withRecommendationSourceType(RecommendationSourceType recommendationSourceType)
The resource type of the recommendation source.
|
RecommendationSource |
RecommendationSource.withRecommendationSourceType(String recommendationSourceType)
The resource type of the recommendation source.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationSource> |
InstanceRecommendation.getRecommendationSources()
An array of objects that describe the source resource of the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceRecommendation |
InstanceRecommendation.withRecommendationSources(RecommendationSource... recommendationSources)
An array of objects that describe the source resource of the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRecommendation.setRecommendationSources(Collection<RecommendationSource> recommendationSources)
An array of objects that describe the source resource of the recommendation.
|
InstanceRecommendation |
InstanceRecommendation.withRecommendationSources(Collection<RecommendationSource> recommendationSources)
An array of objects that describe the source resource of the recommendation.
|
Copyright © 2021. All rights reserved.