@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum LimitName extends Enum<LimitName>
Modifier and Type | Method and Description |
---|---|
static LimitName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static LimitName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LimitName ProductsPerAccount
public static final LimitName DataSetsPerAccount
public static final LimitName DataSetsPerProduct
public static final LimitName RevisionsPerDataSet
public static final LimitName AssetsPerRevision
public static final LimitName AssetsPerImportJobFromAmazonS3
public static final LimitName AssetPerExportJobFromAmazonS3
public static final LimitName AssetSizeInGB
public static final LimitName ConcurrentInProgressJobsToImportAssetsFromAmazonS3
public static final LimitName ConcurrentInProgressJobsToImportAssetsFromASignedURL
public static final LimitName ConcurrentInProgressJobsToExportAssetsToAmazonS3
public static final LimitName ConcurrentInProgressJobsToExportAssetsToASignedURL
public static final LimitName ConcurrentInProgressJobsToExportRevisionsToAmazonS3
public static final LimitName EventActionsPerAccount
public static final LimitName AutoExportEventActionsPerDataSet
public static LimitName[] values()
for (LimitName c : LimitName.values()) System.out.println(c);
public static LimitName 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 static LimitName fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.