Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ImportStatistics
-
Packages that use ImportStatistics Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ImportStatistics in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ImportStatistics Modifier and Type Method Description ImportStatisticsCancelImportTaskResponse. importStatistics()Statistics about the import progress at the time of cancellation.ImportStatisticsImport. importStatistics()Statistics about the import progressMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ImportStatistics Modifier and Type Method Description CancelImportTaskResponse.BuilderCancelImportTaskResponse.Builder. importStatistics(ImportStatistics importStatistics)Statistics about the import progress at the time of cancellation.Import.BuilderImport.Builder. importStatistics(ImportStatistics importStatistics)Statistics about the import progress
-