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