Uses of Class
software.amazon.awssdk.services.storagegateway.model.Disk
-
Packages that use Disk Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of Disk in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type Disk Modifier and Type Method Description List<Disk>ListLocalDisksResponse. disks()A JSON object containing the following fields:Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type Disk Modifier and Type Method Description ListLocalDisksResponse.BuilderListLocalDisksResponse.Builder. disks(Disk... disks)A JSON object containing the following fields:Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type Disk Modifier and Type Method Description ListLocalDisksResponse.BuilderListLocalDisksResponse.Builder. disks(Collection<Disk> disks)A JSON object containing the following fields:
-