Uses of Class
software.amazon.awssdk.services.s3control.model.JobProgressSummary
-
Packages that use JobProgressSummary Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobProgressSummary in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobProgressSummary Modifier and Type Method Description JobProgressSummaryJobDescriptor. 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.JobProgressSummaryJobListDescriptor. 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.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobProgressSummary Modifier and Type Method Description JobDescriptor.BuilderJobDescriptor.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.BuilderJobListDescriptor.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.
-