Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ImportStatistics.Builder
-
Packages that use ImportStatistics.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ImportStatistics.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ImportStatistics.Builder Modifier and Type Method Description static ImportStatistics.BuilderImportStatistics. builder()ImportStatistics.BuilderImportStatistics.Builder. bytesImported(Long bytesImported)The total number of bytes that have been imported to the managed log group.ImportStatistics.BuilderImportStatistics. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ImportStatistics.Builder Modifier and Type Method Description static Class<? extends ImportStatistics.Builder>ImportStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ImportStatistics.Builder Modifier and Type Method Description default CancelImportTaskResponse.BuilderCancelImportTaskResponse.Builder. importStatistics(Consumer<ImportStatistics.Builder> importStatistics)Statistics about the import progress at the time of cancellation.default Import.BuilderImport.Builder. importStatistics(Consumer<ImportStatistics.Builder> importStatistics)Statistics about the import progress
-