Uses of Class
software.amazon.awssdk.services.drs.model.Disk
-
Packages that use Disk Package Description software.amazon.awssdk.services.drs.model -
-
Uses of Disk in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type Disk Modifier and Type Method Description List<Disk>SourceProperties. disks()An array of disks.Methods in software.amazon.awssdk.services.drs.model with parameters of type Disk Modifier and Type Method Description SourceProperties.BuilderSourceProperties.Builder. disks(Disk... disks)An array of disks.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type Disk Modifier and Type Method Description SourceProperties.BuilderSourceProperties.Builder. disks(Collection<Disk> disks)An array of disks.
-