Uses of Class
software.amazon.awssdk.services.internetmonitor.model.InternetEventType
-
Packages that use InternetEventType Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of InternetEventType in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return InternetEventType Modifier and Type Method Description InternetEventTypeGetInternetEventResponse. eventType()The type of network impairment.InternetEventTypeInternetEventSummary. eventType()The type of network impairment.static InternetEventTypeInternetEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InternetEventTypeInternetEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static InternetEventType[]InternetEventType. 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 InternetEventType Modifier and Type Method Description static Set<InternetEventType>InternetEventType. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type InternetEventType Modifier and Type Method Description GetInternetEventResponse.BuilderGetInternetEventResponse.Builder. eventType(InternetEventType eventType)The type of network impairment.InternetEventSummary.BuilderInternetEventSummary.Builder. eventType(InternetEventType eventType)The type of network impairment.
-