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