| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Statistics.Builder |
Statistics.Builder.approximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)
The approximate number of objects that the job has yet to process during its current run.
|
static Statistics.Builder |
Statistics.builder() |
Statistics.Builder |
Statistics.Builder.numberOfRuns(Double numberOfRuns)
The number of times that the job has run.
|
Statistics.Builder |
Statistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Statistics.Builder> |
Statistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.statistics(Consumer<Statistics.Builder> statistics)
The number of times that the job has run and processing statistics for the job's current run.
|
Copyright © 2020. All rights reserved.