Uses of Class
software.amazon.awssdk.services.datasync.model.RecommendationStatus
-
Packages that use RecommendationStatus Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of RecommendationStatus in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return RecommendationStatus Modifier and Type Method Description static RecommendationStatusRecommendationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationStatusNetAppONTAPCluster. recommendationStatus()Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.RecommendationStatusNetAppONTAPSVM. recommendationStatus()Indicates whether DataSync Discovery recommendations for the SVM are ready to view, incomplete, or can't be determined.RecommendationStatusNetAppONTAPVolume. recommendationStatus()Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.static RecommendationStatusRecommendationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationStatus[]RecommendationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type RecommendationStatus Modifier and Type Method Description static Set<RecommendationStatus>RecommendationStatus. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type RecommendationStatus Modifier and Type Method Description NetAppONTAPCluster.BuilderNetAppONTAPCluster.Builder. recommendationStatus(RecommendationStatus recommendationStatus)Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.NetAppONTAPSVM.BuilderNetAppONTAPSVM.Builder. recommendationStatus(RecommendationStatus recommendationStatus)Indicates whether DataSync Discovery recommendations for the SVM are ready to view, incomplete, or can't be determined.NetAppONTAPVolume.BuilderNetAppONTAPVolume.Builder. recommendationStatus(RecommendationStatus recommendationStatus)Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.
-