Uses of Class
software.amazon.awssdk.services.forecast.model.DatasetSummary
-
Packages that use DatasetSummary Package Description software.amazon.awssdk.services.forecast.model software.amazon.awssdk.services.forecast.paginators -
-
Uses of DatasetSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type DatasetSummary Modifier and Type Method Description List<DatasetSummary>ListDatasetsResponse. datasets()An array of objects that summarize each dataset's properties.Methods in software.amazon.awssdk.services.forecast.model with parameters of type DatasetSummary Modifier and Type Method Description ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasets(DatasetSummary... datasets)An array of objects that summarize each dataset's properties.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type DatasetSummary Modifier and Type Method Description ListDatasetsResponse.BuilderListDatasetsResponse.Builder. datasets(Collection<DatasetSummary> datasets)An array of objects that summarize each dataset's properties. -
Uses of DatasetSummary in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.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.
-