| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeRecommendation |
VolumeRecommendation.clone() |
VolumeRecommendation |
VolumeRecommendation.withAccountId(String accountId)
The AWS account ID of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withCurrentConfiguration(VolumeConfiguration currentConfiguration)
An array of objects that describe the current configuration of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withFinding(EBSFinding finding)
The finding classification for the volume.
|
VolumeRecommendation |
VolumeRecommendation.withFinding(String finding)
The finding classification for the volume.
|
VolumeRecommendation |
VolumeRecommendation.withLastRefreshTimestamp(Date lastRefreshTimestamp)
The time stamp of when the volume recommendation was last refreshed.
|
VolumeRecommendation |
VolumeRecommendation.withLookBackPeriodInDays(Double lookBackPeriodInDays)
The number of days for which utilization metrics were analyzed for the volume.
|
VolumeRecommendation |
VolumeRecommendation.withUtilizationMetrics(Collection<EBSUtilizationMetric> utilizationMetrics)
An array of objects that describe the utilization metrics of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withUtilizationMetrics(EBSUtilizationMetric... utilizationMetrics)
An array of objects that describe the utilization metrics of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withVolumeArn(String volumeArn)
The Amazon Resource Name (ARN) of the current volume.
|
VolumeRecommendation |
VolumeRecommendation.withVolumeRecommendationOptions(Collection<VolumeRecommendationOption> volumeRecommendationOptions)
An array of objects that describe the recommendation options for the volume.
|
VolumeRecommendation |
VolumeRecommendation.withVolumeRecommendationOptions(VolumeRecommendationOption... volumeRecommendationOptions)
An array of objects that describe the recommendation options for the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeRecommendation> |
GetEBSVolumeRecommendationsResult.getVolumeRecommendations()
An array of objects that describe volume recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetEBSVolumeRecommendationsResult |
GetEBSVolumeRecommendationsResult.withVolumeRecommendations(VolumeRecommendation... volumeRecommendations)
An array of objects that describe volume recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEBSVolumeRecommendationsResult.setVolumeRecommendations(Collection<VolumeRecommendation> volumeRecommendations)
An array of objects that describe volume recommendations.
|
GetEBSVolumeRecommendationsResult |
GetEBSVolumeRecommendationsResult.withVolumeRecommendations(Collection<VolumeRecommendation> volumeRecommendations)
An array of objects that describe volume recommendations.
|
Copyright © 2020. All rights reserved.