Uses of Class
com.oracle.bmc.threatintelligence.model.IndicatorAttribute
-
Packages that use IndicatorAttribute Package Description com.oracle.bmc.threatintelligence.model -
-
Uses of IndicatorAttribute in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return IndicatorAttribute Modifier and Type Method Description IndicatorAttribute
IndicatorAttribute.Builder. build()
Methods in com.oracle.bmc.threatintelligence.model that return types with arguments of type IndicatorAttribute Modifier and Type Method Description List<IndicatorAttribute>
Indicator. getAttributes()
A map of attributes with additional information about the indicator.Methods in com.oracle.bmc.threatintelligence.model with parameters of type IndicatorAttribute Modifier and Type Method Description IndicatorAttribute.Builder
IndicatorAttribute.Builder. copy(IndicatorAttribute model)
Method parameters in com.oracle.bmc.threatintelligence.model with type arguments of type IndicatorAttribute Modifier and Type Method Description Indicator.Builder
Indicator.Builder. attributes(List<IndicatorAttribute> attributes)
A map of attributes with additional information about the indicator.
-