Uses of Class
software.amazon.awssdk.services.shield.model.SubscriptionState
-
Packages that use SubscriptionState Package Description software.amazon.awssdk.services.shield.model -
-
Uses of SubscriptionState in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return SubscriptionState Modifier and Type Method Description static SubscriptionStateSubscriptionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SubscriptionStateGetSubscriptionStateResponse. subscriptionState()The status of the subscription.static SubscriptionStateSubscriptionState. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionState[]SubscriptionState. 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 SubscriptionState Modifier and Type Method Description static Set<SubscriptionState>SubscriptionState. knownValues()Methods in software.amazon.awssdk.services.shield.model with parameters of type SubscriptionState Modifier and Type Method Description GetSubscriptionStateResponse.BuilderGetSubscriptionStateResponse.Builder. subscriptionState(SubscriptionState subscriptionState)The status of the subscription.
-