Enum ResourcesNumberField
java.lang.Object
java.lang.Enum<ResourcesNumberField>
software.amazon.awssdk.services.securityhub.model.ResourcesNumberField
- All Implemented Interfaces:
Serializable,Comparable<ResourcesNumberField>
@Generated("software.amazon.awssdk:codegen")
public enum ResourcesNumberField
extends Enum<ResourcesNumberField>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourcesNumberFieldUse this in place of valueOf to convert the raw string returned by the service into the enum value.static Set<ResourcesNumberField> toString()static ResourcesNumberFieldReturns the enum constant of this type with the specified name.static ResourcesNumberField[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FINDINGS_SUMMARY_TOTAL_FINDINGS
-
FINDINGS_SUMMARY_SEVERITIES_OTHER
-
FINDINGS_SUMMARY_SEVERITIES_FATAL
-
FINDINGS_SUMMARY_SEVERITIES_CRITICAL
-
FINDINGS_SUMMARY_SEVERITIES_HIGH
-
FINDINGS_SUMMARY_SEVERITIES_MEDIUM
-
FINDINGS_SUMMARY_SEVERITIES_LOW
-
FINDINGS_SUMMARY_SEVERITIES_INFORMATIONAL
-
FINDINGS_SUMMARY_SEVERITIES_UNKNOWN
-
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_MODEL_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_MODEL_RESOURCE_COUNT -
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_AGENT_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_AGENT_RESOURCE_COUNT -
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_MODEL_SERVING_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_MODEL_SERVING_RESOURCE_COUNT -
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_EXTERNAL_ENDPOINT_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_EXTERNAL_ENDPOINT_RESOURCE_COUNT -
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_DEVELOPMENT_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_DEVELOPMENT_RESOURCE_COUNT -
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_AGENT_FRAMEWORK_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_AGENT_FRAMEWORK_RESOURCE_COUNT -
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_AGENT_TOOLS_AND_IDENTITY_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_AI_AGENT_TOOLS_AND_IDENTITY_RESOURCE_COUNT -
RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_TOTAL_AI_RESOURCE_COUNT
public static final ResourcesNumberField RESOURCE_INFO_AI_DETAILS_SELF_HOSTED_TOTAL_AI_RESOURCE_COUNT -
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
- Overrides:
toStringin classEnum<ResourcesNumberField>
-
fromValue
Use this in place of valueOf to convert the raw string returned by the service into the enum value.- Parameters:
value- real value- Returns:
- ResourcesNumberField corresponding to the value
-
knownValues
Use this in place ofvalues()to return aSetof all values known to the SDK. This will return all known enum values exceptUNKNOWN_TO_SDK_VERSION.- Returns:
- a
Setof knownResourcesNumberFields
-