| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceIntrospectionModelIndex |
DataSourceIntrospectionModelIndex.clone() |
DataSourceIntrospectionModelIndex |
DataSourceIntrospectionModel.getPrimaryKey()
The primary key stored as a
DataSourceIntrospectionModelIndex object. |
DataSourceIntrospectionModelIndex |
DataSourceIntrospectionModelIndex.withFields(Collection<String> fields)
The fields of the index.
|
DataSourceIntrospectionModelIndex |
DataSourceIntrospectionModelIndex.withFields(String... fields)
The fields of the index.
|
DataSourceIntrospectionModelIndex |
DataSourceIntrospectionModelIndex.withName(String name)
The name of the index.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceIntrospectionModelIndex> |
DataSourceIntrospectionModel.getIndexes()
The array of
DataSourceIntrospectionModelIndex objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceIntrospectionModel.setPrimaryKey(DataSourceIntrospectionModelIndex primaryKey)
The primary key stored as a
DataSourceIntrospectionModelIndex object. |
DataSourceIntrospectionModel |
DataSourceIntrospectionModel.withIndexes(DataSourceIntrospectionModelIndex... indexes)
The array of
DataSourceIntrospectionModelIndex objects. |
DataSourceIntrospectionModel |
DataSourceIntrospectionModel.withPrimaryKey(DataSourceIntrospectionModelIndex primaryKey)
The primary key stored as a
DataSourceIntrospectionModelIndex object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceIntrospectionModel.setIndexes(Collection<DataSourceIntrospectionModelIndex> indexes)
The array of
DataSourceIntrospectionModelIndex objects. |
DataSourceIntrospectionModel |
DataSourceIntrospectionModel.withIndexes(Collection<DataSourceIntrospectionModelIndex> indexes)
The array of
DataSourceIntrospectionModelIndex objects. |
Copyright © 2025. All rights reserved.