Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ImportStatus
-
Packages that use ImportStatus Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ImportStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ImportStatus Modifier and Type Method Description static ImportStatusImportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImportStatusCancelImportTaskResponse. importStatus()The final status of the import task.ImportStatusDescribeImportTasksRequest. importStatus()Optional filter to list imports by their status.ImportStatusImport. importStatus()The current status of the import task.ImportStatusImportBatch. status()The current status of the import batch.static ImportStatusImportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportStatus[]ImportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ImportStatus Modifier and Type Method Description List<ImportStatus>DescribeImportTaskBatchesRequest. batchImportStatus()Optional filter to list import batches by their status.static Set<ImportStatus>ImportStatus. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ImportStatus Modifier and Type Method Description DescribeImportTaskBatchesRequest.BuilderDescribeImportTaskBatchesRequest.Builder. batchImportStatus(ImportStatus... batchImportStatus)Optional filter to list import batches by their status.CancelImportTaskResponse.BuilderCancelImportTaskResponse.Builder. importStatus(ImportStatus importStatus)The final status of the import task.DescribeImportTasksRequest.BuilderDescribeImportTasksRequest.Builder. importStatus(ImportStatus importStatus)Optional filter to list imports by their status.Import.BuilderImport.Builder. importStatus(ImportStatus importStatus)The current status of the import task.ImportBatch.BuilderImportBatch.Builder. status(ImportStatus status)The current status of the import batch.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ImportStatus Modifier and Type Method Description DescribeImportTaskBatchesRequest.BuilderDescribeImportTaskBatchesRequest.Builder. batchImportStatus(Collection<ImportStatus> batchImportStatus)Optional filter to list import batches by their status.
-