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 VolumeConfigurationVolumeConfiguration. clone()VolumeConfigurationVolumeConfiguration. withIops(Integer iops)For PIOPS volumes, the IOPS per disk.VolumeConfigurationVolumeConfiguration. withMountPoint(String mountPoint)The volume mount point.VolumeConfigurationVolumeConfiguration. withNumberOfDisks(Integer numberOfDisks)The number of disks in the volume.VolumeConfigurationVolumeConfiguration. withRaidLevel(Integer raidLevel)The volume RAID level.VolumeConfigurationVolumeConfiguration. withSize(Integer size)The volume size.VolumeConfigurationVolumeConfiguration. 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()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.List<VolumeConfiguration>Layer. getVolumeConfigurations()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.List<VolumeConfiguration>UpdateLayerRequest. getVolumeConfigurations()AVolumeConfigurationsobject 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 CreateLayerRequestCreateLayerRequest. withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.LayerLayer. withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequestUpdateLayerRequest. withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject 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 voidCreateLayerRequest. setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.voidLayer. setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.voidUpdateLayerRequest. setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.CreateLayerRequestCreateLayerRequest. withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.LayerLayer. withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequestUpdateLayerRequest. withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.
-