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