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 Disk
Disk. clone()
Disk
Disk. withDiskAllocationResource(String diskAllocationResource)
Disk
Disk. withDiskAllocationType(String diskAllocationType)
Disk
Disk. withDiskId(String diskId)
Disk
Disk. withDiskNode(String diskNode)
Disk
Disk. withDiskPath(String diskPath)
Disk
Disk. withDiskSizeInBytes(Long diskSizeInBytes)
Disk
Disk. 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 ListLocalDisksResult
ListLocalDisksResult. 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 void
ListLocalDisksResult. setDisks(Collection<Disk> disks)
ListLocalDisksResult
ListLocalDisksResult. withDisks(Collection<Disk> disks)
-