Uses of Class
com.amazonaws.services.logs.model.CreateExportTaskRequest
Packages that use CreateExportTaskRequest
-
Uses of CreateExportTaskRequest in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs with parameters of type CreateExportTaskRequestModifier and TypeMethodDescriptionAbstractAWSLogs.createExportTask
(CreateExportTaskRequest request) AWSLogs.createExportTask
(CreateExportTaskRequest createExportTaskRequest) Creates anExportTask
which allows you to efficiently export data from a Log Group to your Amazon S3 bucket.AWSLogsClient.createExportTask
(CreateExportTaskRequest createExportTaskRequest) Creates anExportTask
which allows you to efficiently export data from a Log Group to your Amazon S3 bucket.AbstractAWSLogsAsync.createExportTaskAsync
(CreateExportTaskRequest request) AbstractAWSLogsAsync.createExportTaskAsync
(CreateExportTaskRequest request, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult> asyncHandler) AWSLogsAsync.createExportTaskAsync
(CreateExportTaskRequest createExportTaskRequest) Creates anExportTask
which allows you to efficiently export data from a Log Group to your Amazon S3 bucket.AWSLogsAsync.createExportTaskAsync
(CreateExportTaskRequest createExportTaskRequest, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult> asyncHandler) Creates anExportTask
which allows you to efficiently export data from a Log Group to your Amazon S3 bucket.AWSLogsAsyncClient.createExportTaskAsync
(CreateExportTaskRequest request) AWSLogsAsyncClient.createExportTaskAsync
(CreateExportTaskRequest request, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult> asyncHandler) Method parameters in com.amazonaws.services.logs with type arguments of type CreateExportTaskRequestModifier and TypeMethodDescriptionAbstractAWSLogsAsync.createExportTaskAsync
(CreateExportTaskRequest request, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult> asyncHandler) AWSLogsAsync.createExportTaskAsync
(CreateExportTaskRequest createExportTaskRequest, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult> asyncHandler) Creates anExportTask
which allows you to efficiently export data from a Log Group to your Amazon S3 bucket.AWSLogsAsyncClient.createExportTaskAsync
(CreateExportTaskRequest request, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult> asyncHandler) -
Uses of CreateExportTaskRequest in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return CreateExportTaskRequestModifier and TypeMethodDescriptionCreateExportTaskRequest.clone()
CreateExportTaskRequest.withDestination
(String destination) Name of Amazon S3 bucket to which the log data will be exported.CreateExportTaskRequest.withDestinationPrefix
(String destinationPrefix) Prefix that will be used as the start of Amazon S3 key for every object exported.A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.CreateExportTaskRequest.withLogGroupName
(String logGroupName) The name of the log group to export.CreateExportTaskRequest.withLogStreamNamePrefix
(String logStreamNamePrefix) Will only export log streams that match the provided logStreamNamePrefix.CreateExportTaskRequest.withTaskName
(String taskName) The name of the export task.A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.