Package | Description |
---|---|
software.amazon.awssdk.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DataSource |
DescribeDataSourceResponse.dataSource()
The information on the data source.
|
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
ListDataSourcesResponse.dataSources()
A list of data sources.
|
Modifier and Type | Method and Description |
---|---|
DescribeDataSourceResponse.Builder |
DescribeDataSourceResponse.Builder.dataSource(DataSource dataSource)
The information on the data source.
|
ListDataSourcesResponse.Builder |
ListDataSourcesResponse.Builder.dataSources(DataSource... dataSources)
A list of data sources.
|
Modifier and Type | Method and Description |
---|---|
ListDataSourcesResponse.Builder |
ListDataSourcesResponse.Builder.dataSources(Collection<DataSource> dataSources)
A list of data sources.
|
Copyright © 2020. All rights reserved.