Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ExportPreferences
-
Packages that use ExportPreferences Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ExportPreferences in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ExportPreferences Modifier and Type Method Description static ExportPreferencesExportPreferences. fromEc2RecommendationsPreferences(Consumer<Ec2RecommendationsExportPreferences.Builder> ec2RecommendationsPreferences)Create an instance of this class withec2RecommendationsPreferences()initialized to the given value.static ExportPreferencesExportPreferences. fromEc2RecommendationsPreferences(Ec2RecommendationsExportPreferences ec2RecommendationsPreferences)Create an instance of this class withec2RecommendationsPreferences()initialized to the given value.ExportPreferencesStartExportTaskRequest. preferences()Indicates the type of data that needs to be exported.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ExportPreferences Modifier and Type Method Description StartExportTaskRequest.BuilderStartExportTaskRequest.Builder. preferences(ExportPreferences preferences)Indicates the type of data that needs to be exported.
-