Uses of Class
software.amazon.awssdk.services.apptest.model.DataSet
-
Packages that use DataSet Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of DataSet in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type DataSet Modifier and Type Method Description List<DataSet>BatchStepOutput. dataSetDetails()The data set details of the batch step output.List<DataSet>TN3270StepOutput. dataSetDetails()The data set details of the TN3270 step output.List<DataSet>FileMetadata. dataSets()The data sets of the file metadata.List<DataSet>CompareDataSetsStepInput. sourceDataSets()The source data sets of the compare data sets step input location.List<DataSet>CompareDataSetsStepInput. targetDataSets()The target data sets of the compare data sets step input location.Methods in software.amazon.awssdk.services.apptest.model with parameters of type DataSet Modifier and Type Method Description BatchStepOutput.BuilderBatchStepOutput.Builder. dataSetDetails(DataSet... dataSetDetails)The data set details of the batch step output.TN3270StepOutput.BuilderTN3270StepOutput.Builder. dataSetDetails(DataSet... dataSetDetails)The data set details of the TN3270 step output.FileMetadata.BuilderFileMetadata.Builder. dataSets(DataSet... dataSets)The data sets of the file metadata.CompareDataSetsStepInput.BuilderCompareDataSetsStepInput.Builder. sourceDataSets(DataSet... sourceDataSets)The source data sets of the compare data sets step input location.CompareDataSetsStepInput.BuilderCompareDataSetsStepInput.Builder. targetDataSets(DataSet... targetDataSets)The target data sets of the compare data sets step input location.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type DataSet Modifier and Type Method Description BatchStepOutput.BuilderBatchStepOutput.Builder. dataSetDetails(Collection<DataSet> dataSetDetails)The data set details of the batch step output.TN3270StepOutput.BuilderTN3270StepOutput.Builder. dataSetDetails(Collection<DataSet> dataSetDetails)The data set details of the TN3270 step output.FileMetadata.BuilderFileMetadata.Builder. dataSets(Collection<DataSet> dataSets)The data sets of the file metadata.static FileMetadataFileMetadata. fromDataSets(List<DataSet> dataSets)Create an instance of this class withFileMetadata.dataSets()initialized to the given value.CompareDataSetsStepInput.BuilderCompareDataSetsStepInput.Builder. sourceDataSets(Collection<DataSet> sourceDataSets)The source data sets of the compare data sets step input location.CompareDataSetsStepInput.BuilderCompareDataSetsStepInput.Builder. targetDataSets(Collection<DataSet> targetDataSets)The target data sets of the compare data sets step input location.
-