Uses of Class
software.amazon.awssdk.services.iotsitewise.model.File
-
Packages that use File Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of File in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type File Modifier and Type Method Description List<File>CreateBulkImportJobRequest. files()The files in the specified Amazon S3 bucket that contain your data.List<File>DescribeBulkImportJobResponse. files()The files in the specified Amazon S3 bucket that contain your data.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type File Modifier and Type Method Description CreateBulkImportJobRequest.BuilderCreateBulkImportJobRequest.Builder. files(File... files)The files in the specified Amazon S3 bucket that contain your data.DescribeBulkImportJobResponse.BuilderDescribeBulkImportJobResponse.Builder. files(File... files)The files in the specified Amazon S3 bucket that contain your data.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type File Modifier and Type Method Description CreateBulkImportJobRequest.BuilderCreateBulkImportJobRequest.Builder. files(Collection<File> files)The files in the specified Amazon S3 bucket that contain your data.DescribeBulkImportJobResponse.BuilderDescribeBulkImportJobResponse.Builder. files(Collection<File> files)The files in the specified Amazon S3 bucket that contain your data.
-