Uses of Class
software.amazon.awssdk.services.quicksight.model.DatasetMetadata
-
Packages that use DatasetMetadata Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DatasetMetadata in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DatasetMetadata Modifier and Type Method Description List<DatasetMetadata>TopicDetails. dataSets()The data sets that the topic is associated with.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DatasetMetadata Modifier and Type Method Description TopicDetails.BuilderTopicDetails.Builder. dataSets(DatasetMetadata... dataSets)The data sets that the topic is associated with.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DatasetMetadata Modifier and Type Method Description TopicDetails.BuilderTopicDetails.Builder. dataSets(Collection<DatasetMetadata> dataSets)The data sets that the topic is associated with.
-