Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Use this in place of valueOf.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
INVALID_ASSESSMENT_TARGET_ARN
INVALID_ASSESSMENT_TEMPLATE_ARN
INVALID_ASSESSMENT_RUN_ARN
INVALID_RESOURCE_GROUP_ARN
INVALID_RULES_PACKAGE_ARN
INVALID_ASSESSMENT_TARGET_NAME
INVALID_ASSESSMENT_TARGET_NAME_PATTERN
INVALID_ASSESSMENT_TEMPLATE_NAME
INVALID_ASSESSMENT_TEMPLATE_NAME_PATTERN
INVALID_ASSESSMENT_TEMPLATE_DURATION
INVALID_ASSESSMENT_TEMPLATE_DURATION_RANGE
INVALID_ASSESSMENT_RUN_DURATION_RANGE
INVALID_ASSESSMENT_RUN_START_TIME_RANGE
INVALID_ASSESSMENT_RUN_COMPLETION_TIME_RANGE
INVALID_ASSESSMENT_RUN_STATE_CHANGE_TIME_RANGE
INVALID_ASSESSMENT_RUN_STATE
INVALID_RESOURCE_GROUP_TAG_KEY
INVALID_RESOURCE_GROUP_TAG_VALUE
INVALID_USER_ATTRIBUTE_KEY
INVALID_USER_ATTRIBUTE_VALUE
INVALID_AUTO_SCALING_GROUP
ASSESSMENT_TARGET_NAME_ALREADY_TAKEN
ASSESSMENT_TEMPLATE_NAME_ALREADY_TAKEN
INVALID_NUMBER_OF_ASSESSMENT_TARGET_ARNS
INVALID_NUMBER_OF_ASSESSMENT_TEMPLATE_ARNS
INVALID_NUMBER_OF_ASSESSMENT_RUN_ARNS
INVALID_NUMBER_OF_FINDING_ARNS
INVALID_NUMBER_OF_RESOURCE_GROUP_ARNS
INVALID_NUMBER_OF_RULES_PACKAGE_ARNS
INVALID_NUMBER_OF_ASSESSMENT_RUN_STATES
INVALID_NUMBER_OF_ATTRIBUTES
INVALID_NUMBER_OF_USER_ATTRIBUTES
INVALID_NUMBER_OF_AGENT_IDS
INVALID_NUMBER_OF_AUTO_SCALING_GROUPS
INVALID_NUMBER_OF_RULE_NAMES
INVALID_NUMBER_OF_SEVERITIES
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 name
NullPointerException
- if the argument is null
fromValue
Use this in place of valueOf.
Parameters:
value
- real value
Returns:
InvalidInputErrorCode corresponding to the value