@Generated(value="software.amazon.awssdk:codegen") public enum DataSetType extends Enum<DataSetType>
| Modifier and Type | Method and Description |
|---|---|
static DataSetType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<DataSetType> |
knownValues()
|
String |
toString() |
static DataSetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetType CUSTOMER_SUBSCRIBER_HOURLY_MONTHLY_SUBSCRIPTIONS
public static final DataSetType CUSTOMER_SUBSCRIBER_ANNUAL_SUBSCRIPTIONS
public static final DataSetType DAILY_BUSINESS_USAGE_BY_INSTANCE_TYPE
public static final DataSetType DAILY_BUSINESS_FEES
public static final DataSetType DAILY_BUSINESS_FREE_TRIAL_CONVERSIONS
public static final DataSetType DAILY_BUSINESS_NEW_INSTANCES
public static final DataSetType DAILY_BUSINESS_NEW_PRODUCT_SUBSCRIBERS
public static final DataSetType DAILY_BUSINESS_CANCELED_PRODUCT_SUBSCRIBERS
public static final DataSetType MONTHLY_REVENUE_BILLING_AND_REVENUE_DATA
public static final DataSetType MONTHLY_REVENUE_ANNUAL_SUBSCRIPTIONS
public static final DataSetType MONTHLY_REVENUE_FIELD_DEMONSTRATION_USAGE
public static final DataSetType MONTHLY_REVENUE_FLEXIBLE_PAYMENT_SCHEDULE
public static final DataSetType DISBURSED_AMOUNT_BY_PRODUCT
public static final DataSetType DISBURSED_AMOUNT_BY_PRODUCT_WITH_UNCOLLECTED_FUNDS
public static final DataSetType DISBURSED_AMOUNT_BY_INSTANCE_HOURS
public static final DataSetType DISBURSED_AMOUNT_BY_CUSTOMER_GEO
public static final DataSetType DISBURSED_AMOUNT_BY_AGE_OF_UNCOLLECTED_FUNDS
public static final DataSetType DISBURSED_AMOUNT_BY_AGE_OF_DISBURSED_FUNDS
public static final DataSetType DISBURSED_AMOUNT_BY_AGE_OF_PAST_DUE_FUNDS
public static final DataSetType DISBURSED_AMOUNT_BY_UNCOLLECTED_FUNDS_BREAKDOWN
public static final DataSetType CUSTOMER_PROFILE_BY_INDUSTRY
public static final DataSetType CUSTOMER_PROFILE_BY_REVENUE
public static final DataSetType CUSTOMER_PROFILE_BY_GEOGRAPHY
public static final DataSetType SALES_COMPENSATION_BILLED_REVENUE
public static final DataSetType US_SALES_AND_USE_TAX_RECORDS
public static final DataSetType UNKNOWN_TO_SDK_VERSION
public static DataSetType[] values()
for (DataSetType c : DataSetType.values()) System.out.println(c);
public static DataSetType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<DataSetType>public static DataSetType fromValue(String value)
value - real valuepublic static Set<DataSetType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known DataSetTypesCopyright © 2022. All rights reserved.