Uses of Class
com.amazonaws.services.logs.model.ExportTaskStatusCode
-
Packages that use ExportTaskStatusCode Package Description com.amazonaws.services.logs.model -
-
Uses of ExportTaskStatusCode in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return ExportTaskStatusCode Modifier and Type Method Description static ExportTaskStatusCodeExportTaskStatusCode. fromValue(String value)Use this in place of valueOf.static ExportTaskStatusCodeExportTaskStatusCode. valueOf(String name)Returns 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 ExportTaskStatusCode Modifier and Type Method Description voidExportTaskStatus. 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.ExportTaskStatusExportTaskStatus. withCode(ExportTaskStatusCode code)Status code of the export task.DescribeExportTasksRequestDescribeExportTasksRequest. withStatusCode(ExportTaskStatusCode statusCode)All export tasks that matches the specified status code will be returned.
-