Uses of Class
software.amazon.awssdk.services.rds.model.ExportSourceType
-
Packages that use ExportSourceType Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ExportSourceType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ExportSourceType Modifier and Type Method Description static ExportSourceTypeExportSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExportSourceTypeCancelExportTaskResponse. sourceType()The type of source for the export.ExportSourceTypeDescribeExportTasksRequest. sourceType()The type of source for the export.ExportSourceTypeExportTask. sourceType()The type of source for the export.ExportSourceTypeStartExportTaskResponse. sourceType()The type of source for the export.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.rds.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.rds.model with parameters of type ExportSourceType Modifier and Type Method Description CancelExportTaskResponse.BuilderCancelExportTaskResponse.Builder. sourceType(ExportSourceType sourceType)The type of source for the export.DescribeExportTasksRequest.BuilderDescribeExportTasksRequest.Builder. sourceType(ExportSourceType sourceType)The type of source for the export.ExportTask.BuilderExportTask.Builder. sourceType(ExportSourceType sourceType)The type of source for the export.StartExportTaskResponse.BuilderStartExportTaskResponse.Builder. sourceType(ExportSourceType sourceType)The type of source for the export.
-