| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
DescribeDataSourcesResponse.results()
A list of
DataSource that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesResponse.Builder |
DescribeDataSourcesResponse.Builder.results(DataSource... results)
A list of
DataSource that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesResponse.Builder |
DescribeDataSourcesResponse.Builder.results(Collection<DataSource> results)
A list of
DataSource that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataSource> |
DescribeDataSourcesPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataSource> |
DescribeDataSourcesIterable.results()
Returns an iterable to iterate through the paginated
DescribeDataSourcesResponse.results() member. |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSourceUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceMarshaller.marshall(DataSource dataSource,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.