Uses of Class
software.amazon.awssdk.services.shield.model.ProactiveEngagementStatus
-
Packages that use ProactiveEngagementStatus Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ProactiveEngagementStatus in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ProactiveEngagementStatus Modifier and Type Method Description static ProactiveEngagementStatusProactiveEngagementStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProactiveEngagementStatusSubscription. proactiveEngagementStatus()IfENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.static ProactiveEngagementStatusProactiveEngagementStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProactiveEngagementStatus[]ProactiveEngagementStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ProactiveEngagementStatus Modifier and Type Method Description static Set<ProactiveEngagementStatus>ProactiveEngagementStatus. knownValues()Methods in software.amazon.awssdk.services.shield.model with parameters of type ProactiveEngagementStatus Modifier and Type Method Description Subscription.BuilderSubscription.Builder. proactiveEngagementStatus(ProactiveEngagementStatus proactiveEngagementStatus)IfENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.
-