Uses of Class
software.amazon.awssdk.services.appsync.model.DataSourceIntrospectionModel
-
Packages that use DataSourceIntrospectionModel Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of DataSourceIntrospectionModel in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type DataSourceIntrospectionModel Modifier and Type Method Description List<DataSourceIntrospectionModel>DataSourceIntrospectionResult. models()The array ofDataSourceIntrospectionModelobjects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type DataSourceIntrospectionModel Modifier and Type Method Description DataSourceIntrospectionResult.BuilderDataSourceIntrospectionResult.Builder. models(DataSourceIntrospectionModel... models)The array ofDataSourceIntrospectionModelobjects.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type DataSourceIntrospectionModel Modifier and Type Method Description DataSourceIntrospectionResult.BuilderDataSourceIntrospectionResult.Builder. models(Collection<DataSourceIntrospectionModel> models)The array ofDataSourceIntrospectionModelobjects.
-