| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model | |
| software.amazon.awssdk.services.m2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetSummary> |
ListDataSetsResponse.dataSets()
The list of data sets, containing information including the creation time, the data set name, the data set
organization, the data set format, and the last time the data set was referenced or updated.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResponse.Builder |
ListDataSetsResponse.Builder.dataSets(DataSetSummary... dataSets)
The list of data sets, containing information including the creation time, the data set name, the data set
organization, the data set format, and the last time the data set was referenced or updated.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResponse.Builder |
ListDataSetsResponse.Builder.dataSets(Collection<DataSetSummary> dataSets)
The list of data sets, containing information including the creation time, the data set name, the data set
organization, the data set format, and the last time the data set was referenced or updated.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DataSetSummary> |
ListDataSetsIterable.dataSets()
Returns an iterable to iterate through the paginated
ListDataSetsResponse.dataSets() member. |
SdkPublisher<DataSetSummary> |
ListDataSetsPublisher.dataSets()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.