| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportSourceType |
ExportJobSummary.exportSourceType()
The source type of the export job.
|
ExportSourceType |
ListExportJobsRequest.exportSourceType()
A value used to list export jobs that have a certain
ExportSourceType. |
ExportSourceType |
GetExportJobResponse.exportSourceType()
The type of source of the export job.
|
static ExportSourceType |
ExportSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExportSourceType |
ExportSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportSourceType[] |
ExportSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExportSourceType> |
ExportSourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExportJobSummary.Builder |
ExportJobSummary.Builder.exportSourceType(ExportSourceType exportSourceType)
The source type of the export job.
|
ListExportJobsRequest.Builder |
ListExportJobsRequest.Builder.exportSourceType(ExportSourceType exportSourceType)
A value used to list export jobs that have a certain
ExportSourceType. |
GetExportJobResponse.Builder |
GetExportJobResponse.Builder.exportSourceType(ExportSourceType exportSourceType)
The type of source of the export job.
|
Copyright © 2023. All rights reserved.