Uses of Class
software.amazon.awssdk.services.detective.model.Reason
-
Packages that use Reason Package Description software.amazon.awssdk.services.detective.model -
-
Uses of Reason in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return Reason Modifier and Type Method Description static ReasonReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReasonFlaggedIpAddressDetail. reason()Details the reason the IP address was flagged as suspicious.static ReasonReason. valueOf(String name)Returns the enum constant of this type with the specified name.static Reason[]Reason. 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 Reason Modifier and Type Method Description static Set<Reason>Reason. knownValues()Methods in software.amazon.awssdk.services.detective.model with parameters of type Reason Modifier and Type Method Description FlaggedIpAddressDetail.BuilderFlaggedIpAddressDetail.Builder. reason(Reason reason)Details the reason the IP address was flagged as suspicious.
-