Uses of Class
com.amazonaws.services.opsworks.model.RaidArray
Packages that use RaidArray
-
Uses of RaidArray in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RaidArrayModifier and TypeMethodDescriptionRaidArray.clone()
RaidArray.withAvailabilityZone
(String availabilityZone) The array's Availability Zone.RaidArray.withCreatedAt
(String createdAt) When the RAID array was created.RaidArray.withDevice
(String device) The array's Linux device.RaidArray.withInstanceId
(String instanceId) The instance ID.For PIOPS volumes, the IOPS per disk.RaidArray.withMountPoint
(String mountPoint) The array's mount point.The array name.RaidArray.withNumberOfDisks
(Integer numberOfDisks) The number of disks in the array.RaidArray.withRaidArrayId
(String raidArrayId) The array ID.RaidArray.withRaidLevel
(Integer raidLevel) The RAID level.The array's size.RaidArray.withStackId
(String stackId) The stack ID.RaidArray.withVolumeType
(String volumeType) The volume type, standard or PIOPS.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type RaidArrayModifier and TypeMethodDescriptionDescribeRaidArraysResult.getRaidArrays()
ARaidArrays
object that describes the specified RAID arrays.Methods in com.amazonaws.services.opsworks.model with parameters of type RaidArrayModifier and TypeMethodDescriptionDescribeRaidArraysResult.withRaidArrays
(RaidArray... raidArrays) ARaidArrays
object that describes the specified RAID arrays.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type RaidArrayModifier and TypeMethodDescriptionvoid
DescribeRaidArraysResult.setRaidArrays
(Collection<RaidArray> raidArrays) ARaidArrays
object that describes the specified RAID arrays.DescribeRaidArraysResult.withRaidArrays
(Collection<RaidArray> raidArrays) ARaidArrays
object that describes the specified RAID arrays.