Uses of Class
software.amazon.awssdk.services.detective.model.IndicatorType
-
Packages that use IndicatorType Package Description software.amazon.awssdk.services.detective.model -
-
Uses of IndicatorType in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return IndicatorType Modifier and Type Method Description static IndicatorTypeIndicatorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndicatorTypeIndicator. indicatorType()The type of indicator.IndicatorTypeListIndicatorsRequest. indicatorType()For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.static IndicatorTypeIndicatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndicatorType[]IndicatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type IndicatorType Modifier and Type Method Description static Set<IndicatorType>IndicatorType. knownValues()Methods in software.amazon.awssdk.services.detective.model with parameters of type IndicatorType Modifier and Type Method Description Indicator.BuilderIndicator.Builder. indicatorType(IndicatorType indicatorType)The type of indicator.ListIndicatorsRequest.BuilderListIndicatorsRequest.Builder. indicatorType(IndicatorType indicatorType)For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.
-