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