Uses of Class
software.amazon.awssdk.services.opsworks.model.RaidArray
-
Packages that use RaidArray Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of RaidArray in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type RaidArray Modifier and Type Method Description List<RaidArray>DescribeRaidArraysResponse. raidArrays()ARaidArraysobject that describes the specified RAID arrays.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type RaidArray Modifier and Type Method Description DescribeRaidArraysResponse.BuilderDescribeRaidArraysResponse.Builder. raidArrays(RaidArray... raidArrays)ARaidArraysobject that describes the specified RAID arrays.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type RaidArray Modifier and Type Method Description DescribeRaidArraysResponse.BuilderDescribeRaidArraysResponse.Builder. raidArrays(Collection<RaidArray> raidArrays)ARaidArraysobject that describes the specified RAID arrays.
-