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()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.Layer.getVolumeConfigurations()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.getVolumeConfigurations()AVolumeConfigurationsobject 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) AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.Layer.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations) AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.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 VolumeConfigurationModifier and TypeMethodDescriptionvoidCreateLayerRequest.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.CreateLayerRequest.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.Layer.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.