Uses of Class
software.amazon.awssdk.services.dataexchange.model.DataSetEntry
-
Packages that use DataSetEntry Package Description software.amazon.awssdk.services.dataexchange.model software.amazon.awssdk.services.dataexchange.paginators -
-
Uses of DataSetEntry in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type DataSetEntry Modifier and Type Method Description List<DataSetEntry>
ListDataSetsResponse. dataSets()
The data set objects listed by the request.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type DataSetEntry Modifier and Type Method Description ListDataSetsResponse.Builder
ListDataSetsResponse.Builder. dataSets(DataSetEntry... dataSets)
The data set objects listed by the request.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type DataSetEntry Modifier and Type Method Description ListDataSetsResponse.Builder
ListDataSetsResponse.Builder. dataSets(Collection<DataSetEntry> dataSets)
The data set objects listed by the request. -
Uses of DataSetEntry in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.paginators that return types with arguments of type DataSetEntry Modifier and Type Method Description SdkIterable<DataSetEntry>
ListDataSetsIterable. dataSets()
Returns an iterable to iterate through the paginatedListDataSetsResponse.dataSets()
member.SdkPublisher<DataSetEntry>
ListDataSetsPublisher. dataSets()
Returns a publisher that can be used to get a stream of data.
-