| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.clone() |
DataSet |
DataSet.withCcsid(String ccsid)
The CCSID of the data set.
|
DataSet |
DataSet.withFormat(Format format)
The format of the data set.
|
DataSet |
DataSet.withFormat(String format)
The format of the data set.
|
DataSet |
DataSet.withLength(Integer length)
The length of the data set.
|
DataSet |
DataSet.withName(String name)
The name of the data set.
|
DataSet |
DataSet.withType(DataSetType type)
The type of the data set.
|
DataSet |
DataSet.withType(String type)
The type of the data set.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSet> |
BatchStepOutput.getDataSetDetails()
The data set details of the batch step output.
|
List<DataSet> |
TN3270StepOutput.getDataSetDetails()
The data set details of the TN3270 step output.
|
List<DataSet> |
FileMetadata.getDataSets()
The data sets of the file metadata.
|
List<DataSet> |
CompareDataSetsStepInput.getSourceDataSets()
The source data sets of the compare data sets step input location.
|
List<DataSet> |
CompareDataSetsStepInput.getTargetDataSets()
The target data sets of the compare data sets step input location.
|
| Modifier and Type | Method and Description |
|---|---|
BatchStepOutput |
BatchStepOutput.withDataSetDetails(DataSet... dataSetDetails)
The data set details of the batch step output.
|
TN3270StepOutput |
TN3270StepOutput.withDataSetDetails(DataSet... dataSetDetails)
The data set details of the TN3270 step output.
|
FileMetadata |
FileMetadata.withDataSets(DataSet... dataSets)
The data sets of the file metadata.
|
CompareDataSetsStepInput |
CompareDataSetsStepInput.withSourceDataSets(DataSet... sourceDataSets)
The source data sets of the compare data sets step input location.
|
CompareDataSetsStepInput |
CompareDataSetsStepInput.withTargetDataSets(DataSet... targetDataSets)
The target data sets of the compare data sets step input location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStepOutput.setDataSetDetails(Collection<DataSet> dataSetDetails)
The data set details of the batch step output.
|
void |
TN3270StepOutput.setDataSetDetails(Collection<DataSet> dataSetDetails)
The data set details of the TN3270 step output.
|
void |
FileMetadata.setDataSets(Collection<DataSet> dataSets)
The data sets of the file metadata.
|
void |
CompareDataSetsStepInput.setSourceDataSets(Collection<DataSet> sourceDataSets)
The source data sets of the compare data sets step input location.
|
void |
CompareDataSetsStepInput.setTargetDataSets(Collection<DataSet> targetDataSets)
The target data sets of the compare data sets step input location.
|
BatchStepOutput |
BatchStepOutput.withDataSetDetails(Collection<DataSet> dataSetDetails)
The data set details of the batch step output.
|
TN3270StepOutput |
TN3270StepOutput.withDataSetDetails(Collection<DataSet> dataSetDetails)
The data set details of the TN3270 step output.
|
FileMetadata |
FileMetadata.withDataSets(Collection<DataSet> dataSets)
The data sets of the file metadata.
|
CompareDataSetsStepInput |
CompareDataSetsStepInput.withSourceDataSets(Collection<DataSet> sourceDataSets)
The source data sets of the compare data sets step input location.
|
CompareDataSetsStepInput |
CompareDataSetsStepInput.withTargetDataSets(Collection<DataSet> targetDataSets)
The target data sets of the compare data sets step input location.
|
Copyright © 2025. All rights reserved.