Uses of Class
software.amazon.awssdk.services.shield.model.AutoRenew
-
Packages that use AutoRenew Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AutoRenew in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AutoRenew Modifier and Type Method Description AutoRenewSubscription. autoRenew()IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period.AutoRenewUpdateSubscriptionRequest. autoRenew()When you initally create a subscription,AutoRenewis set toENABLED.static AutoRenewAutoRenew. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoRenewAutoRenew. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoRenew[]AutoRenew. 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 AutoRenew Modifier and Type Method Description static Set<AutoRenew>AutoRenew. knownValues()Methods in software.amazon.awssdk.services.shield.model with parameters of type AutoRenew Modifier and Type Method Description Subscription.BuilderSubscription.Builder. autoRenew(AutoRenew autoRenew)IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period.UpdateSubscriptionRequest.BuilderUpdateSubscriptionRequest.Builder. autoRenew(AutoRenew autoRenew)When you initally create a subscription,AutoRenewis set toENABLED.
-