| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
GetImportJobResult |
AbstractAmazonSimpleEmailServiceV2.getImportJob(GetImportJobRequest request) |
GetImportJobResult |
AmazonSimpleEmailServiceV2Client.getImportJob(GetImportJobRequest request)
Provides information about an import job.
|
GetImportJobResult |
AmazonSimpleEmailServiceV2.getImportJob(GetImportJobRequest getImportJobRequest)
Provides information about an import job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetImportJobResult> |
AbstractAmazonSimpleEmailServiceV2Async.getImportJobAsync(GetImportJobRequest request,
AsyncHandler<GetImportJobRequest,GetImportJobResult> asyncHandler) |
Future<GetImportJobResult> |
AmazonSimpleEmailServiceV2AsyncClient.getImportJobAsync(GetImportJobRequest request,
AsyncHandler<GetImportJobRequest,GetImportJobResult> asyncHandler) |
Future<GetImportJobResult> |
AmazonSimpleEmailServiceV2Async.getImportJobAsync(GetImportJobRequest getImportJobRequest,
AsyncHandler<GetImportJobRequest,GetImportJobResult> asyncHandler)
Provides information about an import job.
|
| Modifier and Type | Method and Description |
|---|---|
GetImportJobResult |
GetImportJobResult.clone() |
GetImportJobResult |
GetImportJobResult.withCompletedTimestamp(Date completedTimestamp)
The time stamp of when the import job was completed.
|
GetImportJobResult |
GetImportJobResult.withCreatedTimestamp(Date createdTimestamp)
The time stamp of when the import job was created.
|
GetImportJobResult |
GetImportJobResult.withFailedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
|
GetImportJobResult |
GetImportJobResult.withFailureInfo(FailureInfo failureInfo)
The failure details about an import job.
|
GetImportJobResult |
GetImportJobResult.withImportDataSource(ImportDataSource importDataSource)
The data source of the import job.
|
GetImportJobResult |
GetImportJobResult.withImportDestination(ImportDestination importDestination)
The destination of the import job.
|
GetImportJobResult |
GetImportJobResult.withJobId(String jobId)
A string that represents the import job ID.
|
GetImportJobResult |
GetImportJobResult.withJobStatus(JobStatus jobStatus)
The status of the import job.
|
GetImportJobResult |
GetImportJobResult.withJobStatus(String jobStatus)
The status of the import job.
|
GetImportJobResult |
GetImportJobResult.withProcessedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
|
Copyright © 2023. All rights reserved.