Uses of Class
software.amazon.awssdk.services.iotsitewise.model.DatasetSummary
-
Packages that use DatasetSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of DatasetSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type DatasetSummary Modifier and Type Method Description List<DatasetSummary>ListDatasetsResponse. datasetSummaries()A list that summarizes the dataset response.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type DatasetSummary Modifier and Type Method Description ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasetSummaries(DatasetSummary... datasetSummaries)A list that summarizes the dataset response.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type DatasetSummary Modifier and Type Method Description ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasetSummaries(Collection<DatasetSummary> datasetSummaries)A list that summarizes the dataset response. -
Uses of DatasetSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type DatasetSummary Modifier and Type Method Description SdkIterable<DatasetSummary>ListDatasetsIterable. datasetSummaries()Returns an iterable to iterate through the paginatedListDatasetsResponse.datasetSummaries()member.SdkPublisher<DatasetSummary>ListDatasetsPublisher. datasetSummaries()Returns a publisher that can be used to get a stream of data.
-