Uses of Enum
software.amazon.awssdk.services.rds.model.ExportSourceType
Packages that use ExportSourceType
-
Uses of ExportSourceType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ExportSourceTypeModifier and TypeMethodDescriptionstatic ExportSourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ExportSourceTypeCancelExportTaskResponse.sourceType()The type of source for the export.final ExportSourceTypeDescribeExportTasksRequest.sourceType()The type of source for the export.final ExportSourceTypeExportTask.sourceType()The type of source for the export.final ExportSourceTypeStartExportTaskResponse.sourceType()The type of source for the export.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.rds.model that return types with arguments of type ExportSourceTypeMethods in software.amazon.awssdk.services.rds.model with parameters of type ExportSourceTypeModifier and TypeMethodDescriptionCancelExportTaskResponse.Builder.sourceType(ExportSourceType sourceType) The type of source for the export.DescribeExportTasksRequest.Builder.sourceType(ExportSourceType sourceType) The type of source for the export.ExportTask.Builder.sourceType(ExportSourceType sourceType) The type of source for the export.StartExportTaskResponse.Builder.sourceType(ExportSourceType sourceType) The type of source for the export.