Uses of Enum
software.amazon.awssdk.services.sesv2.model.ExportSourceType
Packages that use ExportSourceType
-
Uses of ExportSourceType in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportSourceTypeModifier and TypeMethodDescriptionfinal ExportSourceTypeExportJobSummary.exportSourceType()The source type of the export job.final ExportSourceTypeGetExportJobResponse.exportSourceType()The type of source of the export job.final ExportSourceTypeListExportJobsRequest.exportSourceType()A value used to list export jobs that have a certainExportSourceType.static ExportSourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportSourceTypeReturns 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 ExportSourceTypeMethods in software.amazon.awssdk.services.sesv2.model with parameters of type ExportSourceTypeModifier and TypeMethodDescriptionExportJobSummary.Builder.exportSourceType(ExportSourceType exportSourceType) The source type of the export job.GetExportJobResponse.Builder.exportSourceType(ExportSourceType exportSourceType) The type of source of the export job.ListExportJobsRequest.Builder.exportSourceType(ExportSourceType exportSourceType) A value used to list export jobs that have a certainExportSourceType.