| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoRenew |
AutoRenew.fromValue(String value)
Use this in place of valueOf.
|
static AutoRenew |
AutoRenew.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.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.withAutoRenew(AutoRenew autoRenew)
If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription
period. |
UpdateSubscriptionRequest |
UpdateSubscriptionRequest.withAutoRenew(AutoRenew autoRenew)
When you initally create a subscription,
AutoRenew is set to ENABLED. |
Copyright © 2023. All rights reserved.