Uses of Class
software.amazon.awssdk.services.sesv2.model.ExportSourceType
-
Packages that use ExportSourceType Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ExportSourceType in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportSourceType Modifier and Type Method Description ExportSourceTypeExportJobSummary. exportSourceType()The source type of the export job.ExportSourceTypeGetExportJobResponse. exportSourceType()The type of source of the export job.ExportSourceTypeListExportJobsRequest. exportSourceType()A value used to list export jobs that have a certainExportSourceType.static ExportSourceTypeExportSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportSourceTypeExportSourceType. 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.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportSourceType Modifier and Type Method Description static Set<ExportSourceType>ExportSourceType. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ExportSourceType Modifier and Type Method Description ExportJobSummary.BuilderExportJobSummary.Builder. exportSourceType(ExportSourceType exportSourceType)The source type of the export job.GetExportJobResponse.BuilderGetExportJobResponse.Builder. exportSourceType(ExportSourceType exportSourceType)The type of source of the export job.ListExportJobsRequest.BuilderListExportJobsRequest.Builder. exportSourceType(ExportSourceType exportSourceType)A value used to list export jobs that have a certainExportSourceType.
-