Uses of Enum
com.amazonaws.services.marketplacecommerceanalytics.model.DataSetType
Packages that use DataSetType
-
Uses of DataSetType in com.amazonaws.services.marketplacecommerceanalytics.model
Subclasses with type arguments of type DataSetType in com.amazonaws.services.marketplacecommerceanalytics.modelMethods in com.amazonaws.services.marketplacecommerceanalytics.model that return DataSetTypeModifier and TypeMethodDescriptionstatic DataSetTypeUse this in place of valueOf.static DataSetTypeReturns the enum constant of this type with the specified name.static DataSetType[]DataSetType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.marketplacecommerceanalytics.model with parameters of type DataSetTypeModifier and TypeMethodDescriptionvoidGenerateDataSetRequest.setDataSetType(DataSetType dataSetType) The desired data set type.GenerateDataSetRequest.withDataSetType(DataSetType dataSetType) The desired data set type.