Uses of Class
software.amazon.awssdk.services.quicksight.model.NamedEntityDefinition
-
Packages that use NamedEntityDefinition Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NamedEntityDefinition in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NamedEntityDefinition Modifier and Type Method Description List<NamedEntityDefinition>TopicNamedEntity. definition()The definition of a named entity.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type NamedEntityDefinition Modifier and Type Method Description TopicNamedEntity.BuilderTopicNamedEntity.Builder. definition(NamedEntityDefinition... definition)The definition of a named entity.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type NamedEntityDefinition Modifier and Type Method Description TopicNamedEntity.BuilderTopicNamedEntity.Builder. definition(Collection<NamedEntityDefinition> definition)The definition of a named entity.
-