| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
UpdateDataSourceResponse.dataSource()
The updated
DataSource object. |
DataSource |
CreateDataSourceResponse.dataSource()
The
DataSource object. |
DataSource |
GetDataSourceResponse.dataSource()
The
DataSource object. |
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
ListDataSourcesResponse.dataSources()
The
DataSource objects. |
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceResponse.Builder |
UpdateDataSourceResponse.Builder.dataSource(DataSource dataSource)
The updated
DataSource object. |
CreateDataSourceResponse.Builder |
CreateDataSourceResponse.Builder.dataSource(DataSource dataSource)
The
DataSource object. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.dataSource(DataSource dataSource)
The
DataSource object. |
ListDataSourcesResponse.Builder |
ListDataSourcesResponse.Builder.dataSources(DataSource... dataSources)
The
DataSource objects. |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResponse.Builder |
ListDataSourcesResponse.Builder.dataSources(Collection<DataSource> dataSources)
The
DataSource objects. |
Copyright © 2023. All rights reserved.