| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
File |
File.clone() |
File |
File.withBucket(String bucket)
The name of the Amazon S3 bucket from which data is imported.
|
File |
File.withKey(String key)
The key of the Amazon S3 object that contains your data.
|
File |
File.withVersionId(String versionId)
The version ID to identify a specific version of the Amazon S3 object that contains your data.
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
CreateBulkImportJobRequest.getFiles()
The files in the specified Amazon S3 bucket that contain your data.
|
List<File> |
DescribeBulkImportJobResult.getFiles()
The files in the specified Amazon S3 bucket that contain your data.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBulkImportJobRequest |
CreateBulkImportJobRequest.withFiles(File... files)
The files in the specified Amazon S3 bucket that contain your data.
|
DescribeBulkImportJobResult |
DescribeBulkImportJobResult.withFiles(File... files)
The files in the specified Amazon S3 bucket that contain your data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBulkImportJobRequest.setFiles(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
void |
DescribeBulkImportJobResult.setFiles(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
CreateBulkImportJobRequest |
CreateBulkImportJobRequest.withFiles(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
DescribeBulkImportJobResult |
DescribeBulkImportJobResult.withFiles(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
Copyright © 2024. All rights reserved.