Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.ExportPreferences.Builder
-
Packages that use ExportPreferences.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ExportPreferences.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ExportPreferences.Builder Modifier and Type Method Description static ExportPreferences.BuilderExportPreferences. builder()default ExportPreferences.BuilderExportPreferences.Builder. ec2RecommendationsPreferences(Consumer<Ec2RecommendationsExportPreferences.Builder> ec2RecommendationsPreferences)If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.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.ExportPreferences.BuilderExportPreferences. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ExportPreferences.Builder Modifier and Type Method Description static Class<? extends ExportPreferences.Builder>ExportPreferences. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type ExportPreferences.Builder Modifier and Type Method Description default StartExportTaskRequest.BuilderStartExportTaskRequest.Builder. preferences(Consumer<ExportPreferences.Builder> preferences)Indicates the type of data that needs to be exported.
-