Uses of Class
com.amazonaws.services.logs.model.ExportTask
-
Packages that use ExportTask Package Description com.amazonaws.services.logs.model -
-
Uses of ExportTask in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return ExportTask Modifier and Type Method Description ExportTaskExportTask. clone()ExportTaskExportTask. withDestination(String destination)Name of Amazon S3 bucket to which the log data was exported.ExportTaskExportTask. withDestinationPrefix(String destinationPrefix)Prefix that was used as the start of Amazon S3 key for every object exported.ExportTaskExportTask. withExecutionInfo(ExportTaskExecutionInfo executionInfo)Execution info about the export task.ExportTaskExportTask. withFrom(Long from)A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.ExportTaskExportTask. withLogGroupName(String logGroupName)The name of the log group from which logs data was exported.ExportTaskExportTask. withStatus(ExportTaskStatus status)Status of the export task.ExportTaskExportTask. withTaskId(String taskId)Id of the export task.ExportTaskExportTask. withTaskName(String taskName)The name of the export task.ExportTaskExportTask. withTo(Long to)A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.Methods in com.amazonaws.services.logs.model that return types with arguments of type ExportTask Modifier and Type Method Description List<ExportTask>DescribeExportTasksResult. getExportTasks()Methods in com.amazonaws.services.logs.model with parameters of type ExportTask Modifier and Type Method Description DescribeExportTasksResultDescribeExportTasksResult. withExportTasks(ExportTask... exportTasks)NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.logs.model with type arguments of type ExportTask Modifier and Type Method Description voidDescribeExportTasksResult. setExportTasks(Collection<ExportTask> exportTasks)DescribeExportTasksResultDescribeExportTasksResult. withExportTasks(Collection<ExportTask> exportTasks)
-