Uses of Class
software.amazon.awssdk.services.marketplacecommerceanalytics.model.SupportDataSetType
-
Packages that use SupportDataSetType Package Description software.amazon.awssdk.services.marketplacecommerceanalytics.model -
-
Uses of SupportDataSetType in software.amazon.awssdk.services.marketplacecommerceanalytics.model
Methods in software.amazon.awssdk.services.marketplacecommerceanalytics.model that return SupportDataSetType Modifier and Type Method Description SupportDataSetTypeStartSupportDataExportRequest. dataSetType()This target has been deprecated. Specifies the data set type to be written to the output csv file.static SupportDataSetTypeSupportDataSetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SupportDataSetTypeSupportDataSetType. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportDataSetType[]SupportDataSetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.marketplacecommerceanalytics.model that return types with arguments of type SupportDataSetType Modifier and Type Method Description static Set<SupportDataSetType>SupportDataSetType. knownValues()Methods in software.amazon.awssdk.services.marketplacecommerceanalytics.model with parameters of type SupportDataSetType Modifier and Type Method Description StartSupportDataExportRequest.BuilderStartSupportDataExportRequest.Builder. dataSetType(SupportDataSetType dataSetType)This target has been deprecated. Specifies the data set type to be written to the output csv file.
-