Uses of Class
com.amazonaws.services.storagegateway.model.Disk
-
Packages that use Disk Package Description com.amazonaws.services.storagegateway.model -
-
Uses of Disk in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return Disk Modifier and Type Method Description DiskDisk. clone()DiskDisk. withDiskAllocationResource(String diskAllocationResource)DiskDisk. withDiskAllocationType(String diskAllocationType)DiskDisk. withDiskId(String diskId)DiskDisk. withDiskNode(String diskNode)DiskDisk. withDiskPath(String diskPath)DiskDisk. withDiskSizeInBytes(Long diskSizeInBytes)DiskDisk. withDiskStatus(String diskStatus)Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type Disk Modifier and Type Method Description List<Disk>ListLocalDisksResult. getDisks()Methods in com.amazonaws.services.storagegateway.model with parameters of type Disk Modifier and Type Method Description ListLocalDisksResultListLocalDisksResult. withDisks(Disk... disks)NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type Disk Modifier and Type Method Description voidListLocalDisksResult. setDisks(Collection<Disk> disks)ListLocalDisksResultListLocalDisksResult. withDisks(Collection<Disk> disks)
-