| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobProgressSummary |
JobDescriptor.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.
|
JobProgressSummary |
JobListDescriptor.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.
|
| Modifier and Type | Method and Description |
|---|---|
JobDescriptor.Builder |
JobDescriptor.Builder.progressSummary(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.Builder |
JobListDescriptor.Builder.progressSummary(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 © 2023. All rights reserved.