Uses of Class
software.amazon.awssdk.services.guardduty.model.ThreatIntelSetStatus
-
Packages that use ThreatIntelSetStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ThreatIntelSetStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ThreatIntelSetStatus Modifier and Type Method Description static ThreatIntelSetStatusThreatIntelSetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThreatIntelSetStatusGetThreatIntelSetResponse. status()The status of threatIntelSet file uploaded.static ThreatIntelSetStatusThreatIntelSetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreatIntelSetStatus[]ThreatIntelSetStatus. 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 ThreatIntelSetStatus Modifier and Type Method Description static Set<ThreatIntelSetStatus>ThreatIntelSetStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ThreatIntelSetStatus Modifier and Type Method Description GetThreatIntelSetResponse.BuilderGetThreatIntelSetResponse.Builder. status(ThreatIntelSetStatus status)The status of threatIntelSet file uploaded.
-