Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ExportTaskStatusCode
-
Packages that use ExportTaskStatusCode Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ExportTaskStatusCode in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ExportTaskStatusCode Modifier and Type Method Description ExportTaskStatusCodeExportTaskStatus. code()The status code of the export task.static ExportTaskStatusCodeExportTaskStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExportTaskStatusCodeDescribeExportTasksRequest. statusCode()The status code of the export task.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 software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ExportTaskStatusCode Modifier and Type Method Description static Set<ExportTaskStatusCode>ExportTaskStatusCode. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ExportTaskStatusCode Modifier and Type Method Description ExportTaskStatus.BuilderExportTaskStatus.Builder. code(ExportTaskStatusCode code)The status code of the export task.DescribeExportTasksRequest.BuilderDescribeExportTasksRequest.Builder. statusCode(ExportTaskStatusCode statusCodeValue)The status code of the export task.
-