| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetImportItem> |
DataSetImportConfig.dataSets()
The data sets.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetImportConfig.Builder |
DataSetImportConfig.Builder.dataSets(DataSetImportItem... dataSets)
The data sets.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetImportConfig.Builder |
DataSetImportConfig.Builder.dataSets(Collection<DataSetImportItem> dataSets)
The data sets.
|
static DataSetImportConfig |
DataSetImportConfig.fromDataSets(List<DataSetImportItem> dataSets)
Create an instance of this class with
DataSetImportConfig.dataSets() initialized to the given value. |
Copyright © 2023. All rights reserved.