Uses of Class
software.amazon.awssdk.services.internetmonitor.model.TriangulationEventType
-
Packages that use TriangulationEventType Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of TriangulationEventType in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return TriangulationEventType Modifier and Type Method Description static TriangulationEventTypeTriangulationEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TriangulationEventTypeNetworkImpairment. networkEventType()Type of network impairment.static TriangulationEventTypeTriangulationEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TriangulationEventType[]TriangulationEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type TriangulationEventType Modifier and Type Method Description static Set<TriangulationEventType>TriangulationEventType. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type TriangulationEventType Modifier and Type Method Description NetworkImpairment.BuilderNetworkImpairment.Builder. networkEventType(TriangulationEventType networkEventType)Type of network impairment.
-