| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecommerceanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
SupportDataSetType |
StartSupportDataExportRequest.dataSetType()
Specifies the data set type to be written to the output csv file.
|
static SupportDataSetType |
SupportDataSetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SupportDataSetType |
SupportDataSetType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SupportDataSetType> |
SupportDataSetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartSupportDataExportRequest.Builder |
StartSupportDataExportRequest.Builder.dataSetType(SupportDataSetType dataSetType)
Specifies the data set type to be written to the output csv file.
|
Copyright © 2022. All rights reserved.