Uses of Class
software.amazon.awssdk.services.healthlake.model.OutputDataConfig.Type
-
Packages that use OutputDataConfig.Type Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of OutputDataConfig.Type in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return OutputDataConfig.Type Modifier and Type Method Description OutputDataConfig.TypeOutputDataConfig. type()Retrieve an enum value representing which member of this object is populated.static OutputDataConfig.TypeOutputDataConfig.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputDataConfig.Type[]OutputDataConfig.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-