Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.FileFormatDescriptor
-
Packages that use FileFormatDescriptor Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of FileFormatDescriptor in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return FileFormatDescriptor Modifier and Type Method Description FileFormatDescriptorS3SourceConfig. fileFormatDescriptor()Contains information about a source file's formatting.FileFormatDescriptorSampleDataS3SourceConfig. fileFormatDescriptor()Returns the value of the FileFormatDescriptor property for this object.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type FileFormatDescriptor Modifier and Type Method Description S3SourceConfig.BuilderS3SourceConfig.Builder. fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)Contains information about a source file's formatting.SampleDataS3SourceConfig.BuilderSampleDataS3SourceConfig.Builder. fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)Sets the value of the FileFormatDescriptor property for this object.
-