@Generated(value="software.amazon.awssdk:codegen") public enum ThreatIntelIndicatorType extends Enum<ThreatIntelIndicatorType>
Enum Constant and Description |
---|
DOMAIN |
EMAIL_ADDRESS |
HASH_MD5 |
HASH_SHA1 |
HASH_SHA256 |
HASH_SHA512 |
IPV4_ADDRESS |
IPV6_ADDRESS |
MUTEX |
PROCESS |
UNKNOWN_TO_SDK_VERSION |
URL |
Modifier and Type | Method and Description |
---|---|
static ThreatIntelIndicatorType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ThreatIntelIndicatorType> |
knownValues()
|
String |
toString() |
static ThreatIntelIndicatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreatIntelIndicatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreatIntelIndicatorType DOMAIN
public static final ThreatIntelIndicatorType EMAIL_ADDRESS
public static final ThreatIntelIndicatorType HASH_MD5
public static final ThreatIntelIndicatorType HASH_SHA1
public static final ThreatIntelIndicatorType HASH_SHA256
public static final ThreatIntelIndicatorType HASH_SHA512
public static final ThreatIntelIndicatorType IPV4_ADDRESS
public static final ThreatIntelIndicatorType IPV6_ADDRESS
public static final ThreatIntelIndicatorType MUTEX
public static final ThreatIntelIndicatorType PROCESS
public static final ThreatIntelIndicatorType URL
public static final ThreatIntelIndicatorType UNKNOWN_TO_SDK_VERSION
public static ThreatIntelIndicatorType[] values()
for (ThreatIntelIndicatorType c : ThreatIntelIndicatorType.values()) System.out.println(c);
public static ThreatIntelIndicatorType 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<ThreatIntelIndicatorType>
public static ThreatIntelIndicatorType fromValue(String value)
value
- real valuepublic static Set<ThreatIntelIndicatorType> 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 ThreatIntelIndicatorType
sCopyright © 2021 Amazon Web Services, Inc. All Rights Reserved.