Uses of Class
software.amazon.awssdk.services.healthlake.model.PreloadDataType
-
Packages that use PreloadDataType Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of PreloadDataType in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return PreloadDataType Modifier and Type Method Description static PreloadDataTypePreloadDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PreloadDataTypePreloadDataConfig. preloadDataType()The type of preloaded data.static PreloadDataTypePreloadDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static PreloadDataType[]PreloadDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type PreloadDataType Modifier and Type Method Description static Set<PreloadDataType>PreloadDataType. knownValues()Methods in software.amazon.awssdk.services.healthlake.model with parameters of type PreloadDataType Modifier and Type Method Description PreloadDataConfig.BuilderPreloadDataConfig.Builder. preloadDataType(PreloadDataType preloadDataType)The type of preloaded data.
-