| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryTaskStatus |
DataRepositoryTaskStatus.clone() |
DataRepositoryTaskStatus |
DataRepositoryTask.getStatus()
Provides the status of the number of files that the task has processed successfully and failed to process.
|
DataRepositoryTaskStatus |
DataRepositoryTaskStatus.withFailedCount(Long failedCount)
A running total of the number of files that the task failed to process.
|
DataRepositoryTaskStatus |
DataRepositoryTaskStatus.withLastUpdatedTime(Date lastUpdatedTime)
The time at which the task status was last updated.
|
DataRepositoryTaskStatus |
DataRepositoryTaskStatus.withReleasedCapacity(Long releasedCapacity)
The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically
releases files from the cache.
|
DataRepositoryTaskStatus |
DataRepositoryTaskStatus.withSucceededCount(Long succeededCount)
A running total of the number of files that the task has successfully processed.
|
DataRepositoryTaskStatus |
DataRepositoryTaskStatus.withTotalCount(Long totalCount)
The total number of files that the task will process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataRepositoryTask.setStatus(DataRepositoryTaskStatus status)
Provides the status of the number of files that the task has processed successfully and failed to process.
|
DataRepositoryTask |
DataRepositoryTask.withStatus(DataRepositoryTaskStatus status)
Provides the status of the number of files that the task has processed successfully and failed to process.
|
Copyright © 2023. All rights reserved.