Uses of Enum
com.amazonaws.services.logs.model.ExportTaskStatusCode
Packages that use ExportTaskStatusCode
-
Uses of ExportTaskStatusCode in com.amazonaws.services.logs.model
Subclasses with type arguments of type ExportTaskStatusCode in com.amazonaws.services.logs.modelMethods in com.amazonaws.services.logs.model that return ExportTaskStatusCodeModifier and TypeMethodDescriptionstatic ExportTaskStatusCodeUse this in place of valueOf.static ExportTaskStatusCodeReturns the enum constant of this type with the specified name.static ExportTaskStatusCode[]ExportTaskStatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.logs.model with parameters of type ExportTaskStatusCodeModifier and TypeMethodDescriptionvoidExportTaskStatus.setCode(ExportTaskStatusCode code) Status code of the export task.voidDescribeExportTasksRequest.setStatusCode(ExportTaskStatusCode statusCode) All export tasks that matches the specified status code will be returned.ExportTaskStatus.withCode(ExportTaskStatusCode code) Status code of the export task.DescribeExportTasksRequest.withStatusCode(ExportTaskStatusCode statusCode) All export tasks that matches the specified status code will be returned.