| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetExportJobResult |
AbstractAmazonSimpleEmailServiceV2.getExportJob(GetExportJobRequest request) |
GetExportJobResult |
AmazonSimpleEmailServiceV2.getExportJob(GetExportJobRequest getExportJobRequest)
Provides information about an export job.
|
GetExportJobResult |
AmazonSimpleEmailServiceV2Client.getExportJob(GetExportJobRequest request)
Provides information about an export job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetExportJobResult> |
AbstractAmazonSimpleEmailServiceV2Async.getExportJobAsync(GetExportJobRequest request,
AsyncHandler<GetExportJobRequest,GetExportJobResult> asyncHandler) |
Future<GetExportJobResult> |
AmazonSimpleEmailServiceV2AsyncClient.getExportJobAsync(GetExportJobRequest request,
AsyncHandler<GetExportJobRequest,GetExportJobResult> asyncHandler) |
Future<GetExportJobResult> |
AmazonSimpleEmailServiceV2Async.getExportJobAsync(GetExportJobRequest getExportJobRequest,
AsyncHandler<GetExportJobRequest,GetExportJobResult> asyncHandler)
Provides information about an export job.
|
| Modifier and Type | Method and Description |
|---|---|
GetExportJobResult |
GetExportJobResult.clone() |
GetExportJobResult |
GetExportJobResult.withCompletedTimestamp(Date completedTimestamp)
The timestamp of when the export job was completed.
|
GetExportJobResult |
GetExportJobResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the export job was created.
|
GetExportJobResult |
GetExportJobResult.withExportDataSource(ExportDataSource exportDataSource)
The data source of the export job.
|
GetExportJobResult |
GetExportJobResult.withExportDestination(ExportDestination exportDestination)
The destination of the export job.
|
GetExportJobResult |
GetExportJobResult.withExportSourceType(ExportSourceType exportSourceType)
The type of source of the export job.
|
GetExportJobResult |
GetExportJobResult.withExportSourceType(String exportSourceType)
The type of source of the export job.
|
GetExportJobResult |
GetExportJobResult.withFailureInfo(FailureInfo failureInfo)
The failure details about an export job.
|
GetExportJobResult |
GetExportJobResult.withJobId(String jobId)
The export job ID.
|
GetExportJobResult |
GetExportJobResult.withJobStatus(JobStatus jobStatus)
The status of the export job.
|
GetExportJobResult |
GetExportJobResult.withJobStatus(String jobStatus)
The status of the export job.
|
GetExportJobResult |
GetExportJobResult.withStatistics(ExportStatistics statistics)
The statistics about the export job.
|
Copyright © 2025. All rights reserved.