Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.clone() |
DataSource |
UpdateDataSourceResult.getDataSource()
The updated
DataSource object. |
DataSource |
CreateDataSourceResult.getDataSource()
The
DataSource object. |
DataSource |
GetDataSourceResult.getDataSource()
The
DataSource object. |
DataSource |
DataSource.withDataSourceArn(String dataSourceArn)
The data source ARN.
|
DataSource |
DataSource.withDescription(String description)
The description of the data source.
|
DataSource |
DataSource.withDynamodbConfig(DynamodbDataSourceConfig dynamodbConfig)
DynamoDB settings.
|
DataSource |
DataSource.withElasticsearchConfig(ElasticsearchDataSourceConfig elasticsearchConfig)
Amazon Elasticsearch settings.
|
DataSource |
DataSource.withLambdaConfig(LambdaDataSourceConfig lambdaConfig)
Lambda settings.
|
DataSource |
DataSource.withName(String name)
The name of the data source.
|
DataSource |
DataSource.withServiceRoleArn(String serviceRoleArn)
The IAM service role ARN for the data source.
|
DataSource |
DataSource.withType(DataSourceType type)
The type of the data source.
|
DataSource |
DataSource.withType(String type)
The type of the data source.
|
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
ListDataSourcesResult.getDataSources()
The
DataSource objects. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateDataSourceResult.setDataSource(DataSource dataSource)
The updated
DataSource object. |
void |
CreateDataSourceResult.setDataSource(DataSource dataSource)
The
DataSource object. |
void |
GetDataSourceResult.setDataSource(DataSource dataSource)
The
DataSource object. |
UpdateDataSourceResult |
UpdateDataSourceResult.withDataSource(DataSource dataSource)
The updated
DataSource object. |
CreateDataSourceResult |
CreateDataSourceResult.withDataSource(DataSource dataSource)
The
DataSource object. |
GetDataSourceResult |
GetDataSourceResult.withDataSource(DataSource dataSource)
The
DataSource object. |
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(DataSource... dataSources)
The
DataSource objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListDataSourcesResult.setDataSources(Collection<DataSource> dataSources)
The
DataSource objects. |
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(Collection<DataSource> dataSources)
The
DataSource objects. |
Copyright © 2017. All rights reserved.