Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.ReportConfiguration
-
Packages that use ReportConfiguration Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of ReportConfiguration in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return ReportConfiguration Modifier and Type Method Description ReportConfigurationBatchLoadTaskDescription. reportConfiguration()Report configuration for a batch load task.ReportConfigurationCreateBatchLoadTaskRequest. reportConfiguration()Returns the value of the ReportConfiguration property for this object.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type ReportConfiguration Modifier and Type Method Description BatchLoadTaskDescription.BuilderBatchLoadTaskDescription.Builder. reportConfiguration(ReportConfiguration reportConfiguration)Report configuration for a batch load task.CreateBatchLoadTaskRequest.BuilderCreateBatchLoadTaskRequest.Builder. reportConfiguration(ReportConfiguration reportConfiguration)Sets the value of the ReportConfiguration property for this object.
-