Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.Ec2RecommendationsExportPreferences
-
Packages that use Ec2RecommendationsExportPreferences Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of Ec2RecommendationsExportPreferences in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return Ec2RecommendationsExportPreferences Modifier and Type Method Description Ec2RecommendationsExportPreferencesExportPreferences. ec2RecommendationsPreferences()If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type Ec2RecommendationsExportPreferences Modifier and Type Method Description ExportPreferences.BuilderExportPreferences.Builder. ec2RecommendationsPreferences(Ec2RecommendationsExportPreferences ec2RecommendationsPreferences)If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.static ExportPreferencesExportPreferences. fromEc2RecommendationsPreferences(Ec2RecommendationsExportPreferences ec2RecommendationsPreferences)Create an instance of this class withExportPreferences.ec2RecommendationsPreferences()initialized to the given value.
-