Uses of Class
software.amazon.awssdk.services.datasync.model.Recommendation
-
Packages that use Recommendation Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Recommendation in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>NetAppONTAPCluster. recommendations()The Amazon Web Services storage services that DataSync Discovery recommends for the cluster.List<Recommendation>NetAppONTAPSVM. recommendations()The Amazon Web Services storage services that DataSync Discovery recommends for the SVM.List<Recommendation>NetAppONTAPVolume. recommendations()The Amazon Web Services storage services that DataSync Discovery recommends for the volume.Methods in software.amazon.awssdk.services.datasync.model with parameters of type Recommendation Modifier and Type Method Description NetAppONTAPCluster.BuilderNetAppONTAPCluster.Builder. recommendations(Recommendation... recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the cluster.NetAppONTAPSVM.BuilderNetAppONTAPSVM.Builder. recommendations(Recommendation... recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the SVM.NetAppONTAPVolume.BuilderNetAppONTAPVolume.Builder. recommendations(Recommendation... recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the volume.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type Recommendation Modifier and Type Method Description NetAppONTAPCluster.BuilderNetAppONTAPCluster.Builder. recommendations(Collection<Recommendation> recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the cluster.NetAppONTAPSVM.BuilderNetAppONTAPSVM.Builder. recommendations(Collection<Recommendation> recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the SVM.NetAppONTAPVolume.BuilderNetAppONTAPVolume.Builder. recommendations(Collection<Recommendation> recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the volume.
-