Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.ExportTaskStatusCode
Packages that use ExportTaskStatusCode
-
Uses of ExportTaskStatusCode in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ExportTaskStatusCodeModifier and TypeMethodDescriptionfinal ExportTaskStatusCodeExportTaskStatus.code()The status code of the export task.static ExportTaskStatusCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ExportTaskStatusCodeDescribeExportTasksRequest.statusCode()The status code of the export task.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 software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ExportTaskStatusCodeModifier and TypeMethodDescriptionstatic Set<ExportTaskStatusCode>ExportTaskStatusCode.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ExportTaskStatusCodeModifier and TypeMethodDescriptionExportTaskStatus.Builder.code(ExportTaskStatusCode code) The status code of the export task.DescribeExportTasksRequest.Builder.statusCode(ExportTaskStatusCode statusCode) The status code of the export task.