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