Uses of Class
software.amazon.awssdk.services.m2.model.DataSetSummary
-
Packages that use DataSetSummary Package Description software.amazon.awssdk.services.m2.model software.amazon.awssdk.services.m2.paginators -
-
Uses of DataSetSummary in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type DataSetSummary Modifier and Type Method Description List<DataSetSummary>ListDataSetsResponse. 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.Methods in software.amazon.awssdk.services.m2.model with parameters of type DataSetSummary Modifier and Type Method Description ListDataSetsResponse.BuilderListDataSetsResponse.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.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type DataSetSummary Modifier and Type Method Description ListDataSetsResponse.BuilderListDataSetsResponse.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. -
Uses of DataSetSummary in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type DataSetSummary Modifier and Type Method Description SdkIterable<DataSetSummary>ListDataSetsIterable. dataSets()Returns an iterable to iterate through the paginatedListDataSetsResponse.dataSets()member.SdkPublisher<DataSetSummary>ListDataSetsPublisher. dataSets()Returns a publisher that can be used to get a stream of data.
-