| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeConfiguration |
VolumeConfiguration.clone() |
VolumeConfiguration |
VolumeRecommendationOption.getConfiguration()
An array of objects that describe a volume configuration.
|
VolumeConfiguration |
VolumeRecommendation.getCurrentConfiguration()
An array of objects that describe the current configuration of the volume.
|
VolumeConfiguration |
VolumeConfiguration.withRootVolume(Boolean rootVolume)
Contains the image used to boot the instance during launch.
|
VolumeConfiguration |
VolumeConfiguration.withVolumeBaselineIOPS(Integer volumeBaselineIOPS)
The baseline IOPS of the volume.
|
VolumeConfiguration |
VolumeConfiguration.withVolumeBaselineThroughput(Integer volumeBaselineThroughput)
The baseline throughput of the volume.
|
VolumeConfiguration |
VolumeConfiguration.withVolumeBurstIOPS(Integer volumeBurstIOPS)
The burst IOPS of the volume.
|
VolumeConfiguration |
VolumeConfiguration.withVolumeBurstThroughput(Integer volumeBurstThroughput)
The burst throughput of the volume.
|
VolumeConfiguration |
VolumeConfiguration.withVolumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
VolumeConfiguration |
VolumeConfiguration.withVolumeType(String volumeType)
The volume type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VolumeRecommendationOption.setConfiguration(VolumeConfiguration configuration)
An array of objects that describe a volume configuration.
|
void |
VolumeRecommendation.setCurrentConfiguration(VolumeConfiguration currentConfiguration)
An array of objects that describe the current configuration of the volume.
|
VolumeRecommendationOption |
VolumeRecommendationOption.withConfiguration(VolumeConfiguration configuration)
An array of objects that describe a volume configuration.
|
VolumeRecommendation |
VolumeRecommendation.withCurrentConfiguration(VolumeConfiguration currentConfiguration)
An array of objects that describe the current configuration of the volume.
|
Copyright © 2024. All rights reserved.