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 RaidArray
RaidArray. clone()
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. withStackId(String stackId)
The stack ID.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 Modifier and Type Method Description List<RaidArray>
DescribeRaidArraysResult. getRaidArrays()
ARaidArrays
object that describes the specified RAID arrays.Methods in com.amazonaws.services.opsworks.model with parameters of type RaidArray Modifier and Type Method Description DescribeRaidArraysResult
DescribeRaidArraysResult. withRaidArrays(RaidArray... raidArrays)
ARaidArrays
object 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 void
DescribeRaidArraysResult. setRaidArrays(Collection<RaidArray> raidArrays)
ARaidArrays
object that describes the specified RAID arrays.DescribeRaidArraysResult
DescribeRaidArraysResult. withRaidArrays(Collection<RaidArray> raidArrays)
ARaidArrays
object that describes the specified RAID arrays.
-