Uses of Class
software.amazon.awssdk.services.datasync.model.NetAppONTAPVolume
-
Packages that use NetAppONTAPVolume Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of NetAppONTAPVolume in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type NetAppONTAPVolume Modifier and Type Method Description List<NetAppONTAPVolume>ResourceDetails. netAppONTAPVolumes()The information that DataSync Discovery collects about volumes in your on-premises storage system.Methods in software.amazon.awssdk.services.datasync.model with parameters of type NetAppONTAPVolume Modifier and Type Method Description ResourceDetails.BuilderResourceDetails.Builder. netAppONTAPVolumes(NetAppONTAPVolume... netAppONTAPVolumes)The information that DataSync Discovery collects about volumes in your on-premises storage system.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type NetAppONTAPVolume Modifier and Type Method Description ResourceDetails.BuilderResourceDetails.Builder. netAppONTAPVolumes(Collection<NetAppONTAPVolume> netAppONTAPVolumes)The information that DataSync Discovery collects about volumes in your on-premises storage system.
-