Uses of Class
software.amazon.awssdk.services.datazone.model.RecommendationConfiguration
-
Packages that use RecommendationConfiguration Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RecommendationConfiguration in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RecommendationConfiguration Modifier and Type Method Description RecommendationConfigurationCreateDataSourceRequest. recommendation()Specifies whether the business name generation is to be enabled for this data source.RecommendationConfigurationCreateDataSourceResponse. recommendation()Specifies whether the business name generation is to be enabled for this data source.RecommendationConfigurationGetDataSourceResponse. recommendation()RecommendationConfigurationUpdateDataSourceRequest. recommendation()The recommendation to be updated as part of theUpdateDataSourceaction.RecommendationConfigurationUpdateDataSourceResponse. recommendation()The recommendation to be updated as part of theUpdateDataSourceaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RecommendationConfiguration Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. recommendation(RecommendationConfiguration recommendation)Specifies whether the business name generation is to be enabled for this data source.CreateDataSourceResponse.BuilderCreateDataSourceResponse.Builder. recommendation(RecommendationConfiguration recommendation)Specifies whether the business name generation is to be enabled for this data source.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. recommendation(RecommendationConfiguration recommendation)UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. recommendation(RecommendationConfiguration recommendation)The recommendation to be updated as part of theUpdateDataSourceaction.UpdateDataSourceResponse.BuilderUpdateDataSourceResponse.Builder. recommendation(RecommendationConfiguration recommendation)The recommendation to be updated as part of theUpdateDataSourceaction.
-