Enum LimitName
- All Implemented Interfaces:
Serializable
,Comparable<LimitName>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic LimitName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.toString()
static LimitName
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.
-
Enum Constant Details
-
PRODUCTS_PER_ACCOUNT
-
DATA_SETS_PER_ACCOUNT
-
DATA_SETS_PER_PRODUCT
-
REVISIONS_PER_DATA_SET
-
ASSETS_PER_REVISION
-
ASSETS_PER_IMPORT_JOB_FROM_AMAZON_S3
-
ASSET_PER_EXPORT_JOB_FROM_AMAZON_S3
-
ASSET_SIZE_IN_GB
-
CONCURRENT_IN_PROGRESS_JOBS_TO_EXPORT_ASSETS_TO_AMAZON_S3
-
CONCURRENT_IN_PROGRESS_JOBS_TO_EXPORT_ASSETS_TO_A_SIGNED_URL
-
CONCURRENT_IN_PROGRESS_JOBS_TO_IMPORT_ASSETS_FROM_AMAZON_S3
-
CONCURRENT_IN_PROGRESS_JOBS_TO_IMPORT_ASSETS_FROM_A_SIGNED_URL
-
CONCURRENT_IN_PROGRESS_JOBS_TO_EXPORT_REVISIONS_TO_AMAZON_S3
-
EVENT_ACTIONS_PER_ACCOUNT
-
AUTO_EXPORT_EVENT_ACTIONS_PER_DATA_SET
-
AMAZON_REDSHIFT_DATASHARE_ASSETS_PER_IMPORT_JOB_FROM_REDSHIFT
-
CONCURRENT_IN_PROGRESS_JOBS_TO_IMPORT_ASSETS_FROM_AMAZON_REDSHIFT_DATASHARES
public static final LimitName CONCURRENT_IN_PROGRESS_JOBS_TO_IMPORT_ASSETS_FROM_AMAZON_REDSHIFT_DATASHARES -
REVISIONS_PER_AMAZON_REDSHIFT_DATASHARE_DATA_SET
-
AMAZON_REDSHIFT_DATASHARE_ASSETS_PER_REVISION
-
CONCURRENT_IN_PROGRESS_JOBS_TO_IMPORT_ASSETS_FROM_AN_API_GATEWAY_API
-
AMAZON_API_GATEWAY_API_ASSETS_PER_REVISION
-
REVISIONS_PER_AMAZON_API_GATEWAY_API_DATA_SET
-
CONCURRENT_IN_PROGRESS_JOBS_TO_IMPORT_ASSETS_FROM_AN_AWS_LAKE_FORMATION_TAG_POLICY
public static final LimitName CONCURRENT_IN_PROGRESS_JOBS_TO_IMPORT_ASSETS_FROM_AN_AWS_LAKE_FORMATION_TAG_POLICY -
AWS_LAKE_FORMATION_DATA_PERMISSION_ASSETS_PER_REVISION
-
REVISIONS_PER_AWS_LAKE_FORMATION_DATA_PERMISSION_DATA_SET
-
REVISIONS_PER_AMAZON_S3_DATA_ACCESS_DATA_SET
-
AMAZON_S3_DATA_ACCESS_ASSETS_PER_REVISION
-
CONCURRENT_IN_PROGRESS_JOBS_TO_CREATE_AMAZON_S3_DATA_ACCESS_ASSETS_FROM_S3_BUCKETS
public static final LimitName CONCURRENT_IN_PROGRESS_JOBS_TO_CREATE_AMAZON_S3_DATA_ACCESS_ASSETS_FROM_S3_BUCKETS -
ACTIVE_AND_PENDING_DATA_GRANTS
-
PENDING_DATA_GRANTS_PER_CONSUMER
-
UNKNOWN_TO_SDK_VERSION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
-
fromValue
-
knownValues
-