| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
DataSetSummary |
DataSetSummary.clone() |
DataSetSummary |
DataSetSummary.withCreationTime(Date creationTime)
The timestamp when the data set was created.
|
DataSetSummary |
DataSetSummary.withDataSetName(String dataSetName)
The name of the data set.
|
DataSetSummary |
DataSetSummary.withDataSetOrg(String dataSetOrg)
The type of data set.
|
DataSetSummary |
DataSetSummary.withFormat(String format)
The format of the data set.
|
DataSetSummary |
DataSetSummary.withLastReferencedTime(Date lastReferencedTime)
The last time the data set was referenced.
|
DataSetSummary |
DataSetSummary.withLastUpdatedTime(Date lastUpdatedTime)
The last time the data set was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSetSummary> |
ListDataSetsResult.getDataSets()
The list of data sets, containing ionformation including the creating 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 |
|---|---|
ListDataSetsResult |
ListDataSetsResult.withDataSets(DataSetSummary... dataSets)
The list of data sets, containing ionformation including the creating 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 |
|---|---|
void |
ListDataSetsResult.setDataSets(Collection<DataSetSummary> dataSets)
The list of data sets, containing ionformation including the creating time, the data set name, the data set
organization, the data set format, and the last time the data set was referenced or updated.
|
ListDataSetsResult |
ListDataSetsResult.withDataSets(Collection<DataSetSummary> dataSets)
The list of data sets, containing ionformation including the creating time, the data set name, the data set
organization, the data set format, and the last time the data set was referenced or updated.
|
Copyright © 2022. All rights reserved.