| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model | |
| software.amazon.awssdk.services.dataexchange.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetEntry> |
ListDataSetsResponse.dataSets()
The data set objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResponse.Builder |
ListDataSetsResponse.Builder.dataSets(DataSetEntry... dataSets)
The data set objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResponse.Builder |
ListDataSetsResponse.Builder.dataSets(Collection<DataSetEntry> dataSets)
The data set objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataSetEntry> |
ListDataSetsPublisher.dataSets()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataSetEntry> |
ListDataSetsIterable.dataSets()
Returns an iterable to iterate through the paginated
ListDataSetsResponse.dataSets() member. |
Copyright © 2023. All rights reserved.