Uses of Class
software.amazon.awssdk.services.appsync.model.DataSourceIntrospectionModelIndex
-
Packages that use DataSourceIntrospectionModelIndex Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of DataSourceIntrospectionModelIndex in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return DataSourceIntrospectionModelIndex Modifier and Type Method Description DataSourceIntrospectionModelIndexDataSourceIntrospectionModel. primaryKey()The primary key stored as aDataSourceIntrospectionModelIndexobject.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type DataSourceIntrospectionModelIndex Modifier and Type Method Description List<DataSourceIntrospectionModelIndex>DataSourceIntrospectionModel. indexes()The array ofDataSourceIntrospectionModelIndexobjects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type DataSourceIntrospectionModelIndex Modifier and Type Method Description DataSourceIntrospectionModel.BuilderDataSourceIntrospectionModel.Builder. indexes(DataSourceIntrospectionModelIndex... indexes)The array ofDataSourceIntrospectionModelIndexobjects.DataSourceIntrospectionModel.BuilderDataSourceIntrospectionModel.Builder. primaryKey(DataSourceIntrospectionModelIndex primaryKey)The primary key stored as aDataSourceIntrospectionModelIndexobject.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type DataSourceIntrospectionModelIndex Modifier and Type Method Description DataSourceIntrospectionModel.BuilderDataSourceIntrospectionModel.Builder. indexes(Collection<DataSourceIntrospectionModelIndex> indexes)The array ofDataSourceIntrospectionModelIndexobjects.
-