Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.VolumeRecommendationOption
-
Packages that use VolumeRecommendationOption Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of VolumeRecommendationOption in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type VolumeRecommendationOption Modifier and Type Method Description List<VolumeRecommendationOption>VolumeRecommendation. volumeRecommendationOptions()An array of objects that describe the recommendation options for the volume.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type VolumeRecommendationOption Modifier and Type Method Description VolumeRecommendation.BuilderVolumeRecommendation.Builder. volumeRecommendationOptions(VolumeRecommendationOption... volumeRecommendationOptions)An array of objects that describe the recommendation options for the volume.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type VolumeRecommendationOption Modifier and Type Method Description VolumeRecommendation.BuilderVolumeRecommendation.Builder. volumeRecommendationOptions(Collection<VolumeRecommendationOption> volumeRecommendationOptions)An array of objects that describe the recommendation options for the volume.
-