Uses of Class
com.amazonaws.services.opsworks.model.VolumeConfiguration
Packages that use VolumeConfiguration
-
Uses of VolumeConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return VolumeConfigurationModifier and TypeMethodDescriptionVolumeConfiguration.clone()
For PIOPS volumes, the IOPS per disk.VolumeConfiguration.withMountPoint
(String mountPoint) The volume mount point.VolumeConfiguration.withNumberOfDisks
(Integer numberOfDisks) The number of disks in the volume.VolumeConfiguration.withRaidLevel
(Integer raidLevel) The volume RAID level.The volume size.VolumeConfiguration.withVolumeType
(String volumeType) The volume type:Methods in com.amazonaws.services.opsworks.model that return types with arguments of type VolumeConfigurationModifier and TypeMethodDescriptionCreateLayerRequest.getVolumeConfigurations()
AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.Layer.getVolumeConfigurations()
AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.UpdateLayerRequest.getVolumeConfigurations()
AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.Methods in com.amazonaws.services.opsworks.model with parameters of type VolumeConfigurationModifier and TypeMethodDescriptionCreateLayerRequest.withVolumeConfigurations
(VolumeConfiguration... volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.Layer.withVolumeConfigurations
(VolumeConfiguration... volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.UpdateLayerRequest.withVolumeConfigurations
(VolumeConfiguration... volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type VolumeConfigurationModifier and TypeMethodDescriptionvoid
CreateLayerRequest.setVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.void
Layer.setVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.void
UpdateLayerRequest.setVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.CreateLayerRequest.withVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.Layer.withVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.UpdateLayerRequest.withVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.