| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeRecommendation |
VolumeRecommendation.clone() |
VolumeRecommendation |
VolumeRecommendation.withAccountId(String accountId)
The Amazon Web Services account ID of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withCurrentConfiguration(VolumeConfiguration currentConfiguration)
An array of objects that describe the current configuration of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current EBS volume not meeting the performance needs of its workloads.
|
VolumeRecommendation |
VolumeRecommendation.withCurrentPerformanceRisk(String currentPerformanceRisk)
The risk of the current EBS volume not meeting the performance needs of its workloads.
|
VolumeRecommendation |
VolumeRecommendation.withFinding(EBSFinding finding)
The finding classification of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withFinding(String finding)
The finding classification of the volume.
|
VolumeRecommendation |
VolumeRecommendation.withLastRefreshTimestamp(Date lastRefreshTimestamp)
The timestamp of when the volume recommendation was last generated.
|
VolumeRecommendation |
VolumeRecommendation.withLookBackPeriodInDays(Double lookBackPeriodInDays)
The number of days for which utilization metrics were analyzed for the volume.
|
VolumeRecommendation |
VolumeRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to your Amazon EBS volume recommendations.
|
VolumeRecommendation |
VolumeRecommendation.withTags(Tag... tags)
A list of tags assigned to your Amazon EBS volume recommendations.
|
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 © 2023. All rights reserved.