Uses of Class
software.amazon.awssdk.services.guardduty.model.ThreatIntelSetFormat
-
Packages that use ThreatIntelSetFormat Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ThreatIntelSetFormat in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ThreatIntelSetFormat Modifier and Type Method Description ThreatIntelSetFormatCreateThreatIntelSetRequest. format()The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormatGetThreatIntelSetResponse. format()The format of the threatIntelSet.static ThreatIntelSetFormatThreatIntelSetFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ThreatIntelSetFormatThreatIntelSetFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreatIntelSetFormat[]ThreatIntelSetFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ThreatIntelSetFormat Modifier and Type Method Description static Set<ThreatIntelSetFormat>ThreatIntelSetFormat. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ThreatIntelSetFormat Modifier and Type Method Description CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. format(ThreatIntelSetFormat format)The format of the file that contains the ThreatIntelSet.GetThreatIntelSetResponse.BuilderGetThreatIntelSetResponse.Builder. format(ThreatIntelSetFormat format)The format of the threatIntelSet.
-