| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobProgressSummary |
JobProgressSummary.clone() |
JobProgressSummary |
JobListDescriptor.getProgressSummary()
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the
number of tasks that failed.
|
JobProgressSummary |
JobDescriptor.getProgressSummary()
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the
number of tasks that failed.
|
JobProgressSummary |
JobProgressSummary.withNumberOfTasksFailed(Long numberOfTasksFailed)
|
JobProgressSummary |
JobProgressSummary.withNumberOfTasksSucceeded(Long numberOfTasksSucceeded)
|
JobProgressSummary |
JobProgressSummary.withTotalNumberOfTasks(Long totalNumberOfTasks)
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobListDescriptor.setProgressSummary(JobProgressSummary progressSummary)
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the
number of tasks that failed.
|
void |
JobDescriptor.setProgressSummary(JobProgressSummary progressSummary)
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the
number of tasks that failed.
|
JobListDescriptor |
JobListDescriptor.withProgressSummary(JobProgressSummary progressSummary)
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the
number of tasks that failed.
|
JobDescriptor |
JobDescriptor.withProgressSummary(JobProgressSummary progressSummary)
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the
number of tasks that failed.
|
Copyright © 2021. All rights reserved.