Uses of Class
software.amazon.awssdk.services.datazone.model.MetadataGenerationTargetType
-
Packages that use MetadataGenerationTargetType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of MetadataGenerationTargetType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return MetadataGenerationTargetType Modifier and Type Method Description static MetadataGenerationTargetTypeMetadataGenerationTargetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetadataGenerationTargetTypeMetadataGenerationRunTarget. type()The type of the asset for which metadata was generated.static MetadataGenerationTargetTypeMetadataGenerationTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataGenerationTargetType[]MetadataGenerationTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type MetadataGenerationTargetType Modifier and Type Method Description static Set<MetadataGenerationTargetType>MetadataGenerationTargetType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type MetadataGenerationTargetType Modifier and Type Method Description MetadataGenerationRunTarget.BuilderMetadataGenerationRunTarget.Builder. type(MetadataGenerationTargetType type)The type of the asset for which metadata was generated.
-