| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDataSetsResponse.Builder |
ListDataSetsResponse.builder() |
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.
|
ListDataSetsResponse.Builder |
ListDataSetsResponse.Builder.dataSets(Consumer<DataSetSummary.Builder>... 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.
|
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.
|
ListDataSetsResponse.Builder |
ListDataSetsResponse.Builder.nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.
|
ListDataSetsResponse.Builder |
ListDataSetsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDataSetsResponse.Builder> |
ListDataSetsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.