Uses of Class
com.amazonaws.services.opsworks.model.VolumeConfiguration

Packages that use VolumeConfiguration
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of VolumeConfiguration in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return VolumeConfiguration
 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, standard or PIOPS.
 

Methods in com.amazonaws.services.opsworks.model that return types with arguments of type VolumeConfiguration
 List<VolumeConfiguration> UpdateLayerRequest.getVolumeConfigurations()
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 List<VolumeConfiguration> Layer.getVolumeConfigurations()
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 List<VolumeConfiguration> CreateLayerRequest.getVolumeConfigurations()
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type VolumeConfiguration
 UpdateLayerRequest UpdateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 Layer Layer.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 CreateLayerRequest CreateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 

Method parameters in com.amazonaws.services.opsworks.model with type arguments of type VolumeConfiguration
 void UpdateLayerRequest.setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 void Layer.setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 void CreateLayerRequest.setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 UpdateLayerRequest UpdateLayerRequest.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 Layer Layer.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 CreateLayerRequest CreateLayerRequest.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
          A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 



Copyright © 2016. All rights reserved.