| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
ImportFileTaskInformation |
ImportFileTaskInformation.clone() |
ImportFileTaskInformation |
ImportFileTaskInformation.withCompletionTime(Date completionTime)
The time that the import task completes.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withId(String id)
The ID of the import file task.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withImportName(String importName)
The name of the import task given in
StartImportFileTask. |
ImportFileTaskInformation |
ImportFileTaskInformation.withInputS3Bucket(String inputS3Bucket)
The S3 bucket where the import file is located.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withInputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withNumberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withNumberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withStartTime(Date startTime)
Start time of the import task.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withStatus(ImportFileTaskStatus status)
Status of import file task.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withStatus(String status)
Status of import file task.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withStatusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
|
ImportFileTaskInformation |
ImportFileTaskInformation.withStatusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportFileTaskInformation> |
ListImportFileTaskResult.getTaskInfos()
Lists information about the files you import.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportFileTaskResult |
ListImportFileTaskResult.withTaskInfos(ImportFileTaskInformation... taskInfos)
Lists information about the files you import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImportFileTaskResult.setTaskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
|
ListImportFileTaskResult |
ListImportFileTaskResult.withTaskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
|
Copyright © 2022. All rights reserved.