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

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

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

Methods in com.amazonaws.services.opsworks.model that return RaidArray
 RaidArray RaidArray.withAvailabilityZone(String availabilityZone)
          The array's Availability Zone.
 RaidArray RaidArray.withCreatedAt(String createdAt)
          When the RAID array was created.
 RaidArray RaidArray.withDevice(String device)
          The array's Linux device.
 RaidArray RaidArray.withInstanceId(String instanceId)
          The instance ID.
 RaidArray RaidArray.withIops(Integer iops)
          For PIOPS volumes, the IOPS per disk.
 RaidArray RaidArray.withMountPoint(String mountPoint)
          The array's mount point.
 RaidArray RaidArray.withName(String name)
          The array name.
 RaidArray RaidArray.withNumberOfDisks(Integer numberOfDisks)
          The number of disks in the array.
 RaidArray RaidArray.withRaidArrayId(String raidArrayId)
          The array ID.
 RaidArray RaidArray.withRaidLevel(Integer raidLevel)
          The RAID level.
 RaidArray RaidArray.withSize(Integer size)
          The array's size.
 RaidArray RaidArray.withVolumeType(String volumeType)
          The volume type, standard or PIOPS.
 

Methods in com.amazonaws.services.opsworks.model that return types with arguments of type RaidArray
 List<RaidArray> DescribeRaidArraysResult.getRaidArrays()
          A RaidArrays object that describes the specified RAID arrays.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type RaidArray
 DescribeRaidArraysResult DescribeRaidArraysResult.withRaidArrays(RaidArray... raidArrays)
          A RaidArrays object that describes the specified RAID arrays.
 

Method parameters in com.amazonaws.services.opsworks.model with type arguments of type RaidArray
 void DescribeRaidArraysResult.setRaidArrays(Collection<RaidArray> raidArrays)
          A RaidArrays object that describes the specified RAID arrays.
 DescribeRaidArraysResult DescribeRaidArraysResult.withRaidArrays(Collection<RaidArray> raidArrays)
          A RaidArrays object that describes the specified RAID arrays.
 



Copyright © 2016. All rights reserved.