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 ofDataSourceIntrospectionModel
objects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type DataSourceIntrospectionModel Modifier and Type Method Description DataSourceIntrospectionResult.Builder
DataSourceIntrospectionResult.Builder. models(DataSourceIntrospectionModel... models)
The array ofDataSourceIntrospectionModel
objects.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type DataSourceIntrospectionModel Modifier and Type Method Description DataSourceIntrospectionResult.Builder
DataSourceIntrospectionResult.Builder. models(Collection<DataSourceIntrospectionModel> models)
The array ofDataSourceIntrospectionModel
objects.
-