| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AutoRenew |
Subscription.autoRenew()
If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription
period. |
AutoRenew |
UpdateSubscriptionRequest.autoRenew()
When you initally create a subscription,
AutoRenew is set to ENABLED. |
static AutoRenew |
AutoRenew.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AutoRenew> |
AutoRenew.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
Subscription.Builder.autoRenew(AutoRenew autoRenew)
If
ENABLED, the subscription will be automatically renewed at the end of the existing
subscription period. |
UpdateSubscriptionRequest.Builder |
UpdateSubscriptionRequest.Builder.autoRenew(AutoRenew autoRenew)
When you initally create a subscription,
AutoRenew is set to ENABLED. |
Copyright © 2021. All rights reserved.