| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeRecommendationOption |
VolumeRecommendationOption.clone() |
VolumeRecommendationOption |
VolumeRecommendationOption.withConfiguration(VolumeConfiguration configuration)
An array of objects that describe a volume configuration.
|
VolumeRecommendationOption |
VolumeRecommendationOption.withPerformanceRisk(Double performanceRisk)
The performance risk of the volume recommendation option.
|
VolumeRecommendationOption |
VolumeRecommendationOption.withRank(Integer rank)
The rank of the volume recommendation option.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeRecommendationOption> |
VolumeRecommendation.getVolumeRecommendationOptions()
An array of objects that describe the recommendation options for the volume.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeRecommendation |
VolumeRecommendation.withVolumeRecommendationOptions(VolumeRecommendationOption... volumeRecommendationOptions)
An array of objects that describe the recommendation options for the volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VolumeRecommendation.setVolumeRecommendationOptions(Collection<VolumeRecommendationOption> volumeRecommendationOptions)
An array of objects that describe the recommendation options for the volume.
|
VolumeRecommendation |
VolumeRecommendation.withVolumeRecommendationOptions(Collection<VolumeRecommendationOption> volumeRecommendationOptions)
An array of objects that describe the recommendation options for the volume.
|
Copyright © 2020. All rights reserved.