Class Indicator
- java.lang.Object
-
- software.amazon.awssdk.services.detective.model.Indicator
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Indicator.Builder,Indicator>
@Generated("software.amazon.awssdk:codegen") public final class Indicator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Indicator.Builder,Indicator>
Detective investigations triages indicators of compromises such as a finding and surfaces only the most critical and suspicious issues, so you can focus on high-level investigations. An
Indicatorlets you determine if an Amazon Web Services resource is involved in unusual activity that could indicate malicious behavior and its impact.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIndicator.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Indicator.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IndicatorDetailindicatorDetail()Details about the indicators of compromise that are used to determine if a resource is involved in a security incident.IndicatorTypeindicatorType()The type of indicator.StringindicatorTypeAsString()The type of indicator.List<SdkField<?>>sdkFields()static Class<? extends Indicator.Builder>serializableBuilderClass()Indicator.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
indicatorType
public final IndicatorType indicatorType()
The type of indicator.
If the service returns an enum value that is not available in the current SDK version,
indicatorTypewill returnIndicatorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindicatorTypeAsString().- Returns:
- The type of indicator.
- See Also:
IndicatorType
-
indicatorTypeAsString
public final String indicatorTypeAsString()
The type of indicator.
If the service returns an enum value that is not available in the current SDK version,
indicatorTypewill returnIndicatorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindicatorTypeAsString().- Returns:
- The type of indicator.
- See Also:
IndicatorType
-
indicatorDetail
public final IndicatorDetail indicatorDetail()
Details about the indicators of compromise that are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident.
- Returns:
- Details about the indicators of compromise that are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident.
-
toBuilder
public Indicator.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Indicator.Builder,Indicator>
-
builder
public static Indicator.Builder builder()
-
serializableBuilderClass
public static Class<? extends Indicator.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-