Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.ImportStatus
Packages that use ImportStatus
-
Uses of ImportStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ImportStatusModifier and TypeMethodDescriptionstatic ImportStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ImportStatusCancelImportTaskResponse.importStatus()The final status of the import task.final ImportStatusDescribeImportTasksRequest.importStatus()Optional filter to list imports by their status.final ImportStatusImport.importStatus()The current status of the import task.final ImportStatusImportBatch.status()The current status of the import batch.static ImportStatusReturns 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 ImportStatusModifier and TypeMethodDescriptionfinal 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 ImportStatusModifier and TypeMethodDescriptionDescribeImportTaskBatchesRequest.Builder.batchImportStatus(ImportStatus... batchImportStatus) Optional filter to list import batches by their status.CancelImportTaskResponse.Builder.importStatus(ImportStatus importStatus) The final status of the import task.DescribeImportTasksRequest.Builder.importStatus(ImportStatus importStatus) Optional filter to list imports by their status.Import.Builder.importStatus(ImportStatus importStatus) The current status of the import task.ImportBatch.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 ImportStatusModifier and TypeMethodDescriptionDescribeImportTaskBatchesRequest.Builder.batchImportStatus(Collection<ImportStatus> batchImportStatus) Optional filter to list import batches by their status.